edited page mechanism
This commit is contained in:
parent
4c21bbcefd
commit
79a0690fad
8 changed files with 51 additions and 37 deletions
|
|
@ -79,8 +79,8 @@
|
|||
<dl>
|
||||
<dt>Header Bild</dt>
|
||||
<dd>
|
||||
<input class="textfield" type="text" name="header_image" value="<?php echo $this->page['header_image'] ?>" readonly="readonly" />
|
||||
<a onclick="alert('choose');">Auswählen</a> | <a onclick="alert('upload');">Hochladen</a>
|
||||
<input class="textfield" type="text" name="header_image" value="<?php echo $this->page['header_image'] ?>"/>
|
||||
<a href="javascript: void(0);" onclick="window.open('/adminPage/image/type/header', 'fenster1', 'width=600,height=400,status=yes,scrollbars=yes,resizable=yes');">Auswählen</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<div style="padding: 10px;">
|
||||
<h3 style="color:white; padding: 3px;background-color: #CB3829;">Bild Hochladen</h3>
|
||||
<p><form method="post" enctype="multipart/form-data">
|
||||
<input name="myfile" type="file" size="50" maxlength="100000" accept="text/*"> <input type="submit" value="Go" />
|
||||
<input name="myfile" type="file" size="50" maxlength="100000"> <input type="submit" value="Go" />
|
||||
</form>
|
||||
</p>
|
||||
<h3 style="color:white; padding: 3px;background-color: #CB3829;">Bild Auswählen</h3>
|
||||
|
|
|
|||
3
application/view/Page/post.phtml
Normal file
3
application/view/Page/post.phtml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
this is my site
|
||||
|
||||
Title (<?php echo $this->title; ?>)
|
||||
Loading…
Add table
Add a link
Reference in a new issue