* adjust code.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-09-08 01:44:14 +00:00
parent a2e0a16981
commit a868f5ed9e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<div id='fileform'>
<?php for($i = 0; $i < $fileCount; $i ++):?>
<input type='file' name='files[]' id="file<?php echo $i;?>" tabindex='-1' />
<label id='label<?php echo $i;?>' tabindex='-1'><?php echo $lang->file->label;?></label><input type='text' id='label<?php echo $i;?>' name='labels[]' class='text-3' tabindex='-1' /><br />
<label id='label<?php echo $i;?>' tabindex='-1'><?php echo $lang->file->label;?></label>
<input type='text' name='labels[]' class='text-3' tabindex='-1' /><br />
<?php endfor;?>
</div>
<script language='javascript'>
+1 -1
View File
@@ -18,7 +18,7 @@
<script language='javascript'> var userList = "<?php echo join(',', array_keys($users));?>".split(',');</script>
<script language='Javascript'>
$(function(){
$("#preview").colorbox({width:1000, height:700, iframe:true, transition:'elastic', speed:350, scrolling:true});
$("#preview").colorbox({width:960, height:500, iframe:true, transition:'elastic', speed:350, scrolling:true});
})
</script>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>