2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div id="photo-album-edit-wrapper">
|
|
|
|
<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
|
|
|
|
|
|
|
|
|
|
|
|
<label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
|
2018-12-14 04:28:12 +01:00
|
|
|
<input type="text" size="64" name="albumname" value="{{$album}}" >
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<div id="photo-album-edit-name-end"></div>
|
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
<input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div id="photo-album-edit-end" ></div>
|