2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="photo-album-edit-wrapper">
|
2021-05-19 21:47:15 +00:00
|
|
|
<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post">
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
|
2021-05-19 21:47:15 +00:00
|
|
|
<label id="photo-album-edit-name-label" for="photo-album-edit-name">{{$nametext}}</label>
|
|
|
|
<input type="text" size="64" name="albumname" value="{{$album}}">
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<div id="photo-album-edit-name-end"></div>
|
|
|
|
|
2018-12-14 03:28:12 +00:00
|
|
|
<input id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
2021-05-19 21:47:15 +00:00
|
|
|
<div id="photo-album-edit-end"></div>
|