📄 add.thtml.svn-base
字号:
<h2>Upload new data</h2><?php if (isset($error_mesg)) : ?> <div class="error_message"><?=$error_mesg?></div><?php endif; ?><form action="" method="post" enctype="multipart/form-data" class="joey-form" /><div> <label class="joey-label-large" for="UploadTitle">Title:</label> <?=$html->input('Upload/title')?> <?=$html->tagErrorMsg('Upload/title', 'A title is required.')?></div><div> <label class="joey-label-large" for="UploadReferrer">Referrer:</label> <?=$html->input('Upload/referrer')?> <?=$html->tagErrorMsg('Upload/referrer', 'A referrer is required.')?></div><hr /><div> <label class="joey-label-large" for="FileUpload">File to Upload:</label> <?=$html->file('File/Upload')?> <?=$html->tagErrorMsg('File/Upload', isset($error_fileupload) ? $error_fileupload : 'A file is required.')?></div><hr /><div> <label class="joey-label-large" for="ContentsourceSource">Source:</label> <?=$html->textarea('Contentsource/source')?> <?=$html->tagErrorMsg('Contentsource/source', 'A source is required.')?></div><div> <label class="joey-label-large" for="ContentsourcetypeId">What is the content source type?</label> <?=$html->selectTag('Contentsourcetype/id', $contentsourcetypes)?> <?=$html->tagErrorMsg('Contentsourcetype/id', 'A content source type is required.')?></div><hr /><div class="button-box"> <?=$html->submit('Upload',array('class' => 'joey-submit')); ?></div></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -