aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_upload.tpl
blob: 81d7b6dc0fb88d82ab37d309c891ffb4db9229b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div class="section-title-wrapper">
	<div id="photos-usage-message" class="pull-right">{{$usage}}</div>
	<h2>{{$pagename}}</h2>
	<div class="clear"></div>
</div>

<div class="generic-content-wrapper-styled">
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
	<input type="hidden" id="photos-upload-source" name="source" value="photos" />
	<div id="photos-upload-new-wrapper" >
		<div id="photos-upload-newalbum-div">
			<label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
		</div>
		<input id="photos-upload-newalbum" type="text" name="newalbum" />
	</div>
	<div id="photos-upload-new-end"></div>
	<div id="photos-upload-exist-wrapper">
		<div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
		{{$albumselect}}
	</div>
	<div id="photos-upload-exist-end"></div>

	<div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
		<input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />
		<label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
	</div>


	<div id="photos-upload-perms" class="photos-upload-perms" >
		<span id="jot-perms-icon" class="icon-{{$lockstate}}" ></span>
		<button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
	</div>
	{{$aclselect}}
	<div id="photos-upload-perms-end"></div>

	<div id="photos-upload-spacer"></div>

	{{$uploader}}

	{{$default}}

	<div class="photos-upload-end" ></div>
</form>
</div>