new image show system, allowing dynamic preview images
This commit is contained in:
parent
b4e6c2f9bb
commit
dfda07ae1c
8 changed files with 193 additions and 53 deletions
|
|
@ -79,10 +79,9 @@ global $GlobalMysqlHandler;
|
|||
$GlobalContent .= '<input type="submit" value="'.LangSpellHtml('ButtonUpload').'"class="Button">';
|
||||
$GlobalContent .= '</form><br>';
|
||||
}
|
||||
$GlobalContent .= '<img src="'.$GlobalPictureDir.'/'.$Part['PicturePath'].'"><br><br>';
|
||||
echo "IMAGE: " . $Part['PicturePath'] . "<br>\n";
|
||||
$GlobalContent .= OtherGetPictureImg($PartId, 300, 600);
|
||||
$GlobalContent .= '</div>'."\n";
|
||||
|
||||
|
||||
////////////////
|
||||
// Detail Values
|
||||
$GlobalContent .= '<div id="ShowPartValues" style="float:left; margin-left:10px;">'."\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue