- Timestamp:
- 26/08/08 14:25:20 (4 months ago)
- Location:
- branches/php4
- Files:
-
- 3 modified
-
admin/layout/graphic.php (modified) (2 diffs)
-
lang/en/main.txt (modified) (1 diff)
-
lang/it/main.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/php4/admin/layout/graphic.php
r2111 r2518 88 88 else 89 89 { 90 echo $hh->input_text("ID","ID",$id,5,0,0); 90 91 echo $hh->show_graphic($id.".".$row['format'],$row['width'],$row['height'],$row['format']); 91 92 echo $hh->input_upload("substitute_with","img",50,$input_right); … … 114 115 $paths = $conf->Get("paths"); 115 116 echo "<p>URL: " . $ini->Get("pub_web") . "/" . $paths['graphic'] . "$id.{$row['format']}</p>"; 117 118 echo $hh->input_code("graphic_xsl","graphic_xsl","<xsl:call-template name=\"graphic\"><xsl:with-param name=\"id\" select=\"$id\"/></xsl:call-template>",60,2); 119 116 120 } 117 121 include_once(SERVER_ROOT."/include/footer.php"); -
branches/php4/lang/en/main.txt
r2438 r2518 317 317 gpl_disclaimer = PhPeace is free software, and you are welcome to redistribute it under the conditions of the <a href="/gate/licence.php">GNU General Public License (GPL)</a> 318 318 gpl_warranty = PhPeace comes with absolutely no warranty 319 graphic_xsl = Code to insert in a XSL template to show this image 319 320 graphic_style = Graphic Style 320 321 group = Group -
branches/php4/lang/it/main.txt
r2438 r2518 317 317 gpl_disclaimer = PhPeace �oftware libero, e ognuno �ibero di ridistribuirlo secondo le condizioni della <a href="/gate/licence.php">licenza GNU/GPL</a> 318 318 gpl_warranty = PhPeace viene fornito senza alcuna garanzia 319 graphic_xsl = Codice da inserire in un template XSL per visualizzare questa immagine 319 320 graphic_style = Stile grafico 320 321 group = Gruppo
