Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390561
B00001001.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Subscribers
None
B00001001.tpl
View Options
<!-- Tower navigation and passage CSS -->
<style>
body
{
overflow
:
hidden
;
}
/* Tower map */
#tower
{
background
-
image
:
url
(
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/
all
.
png
);
background
-
position
:
left
;
background
-
repeat
:
no
-
repeat
;
height
:
442
px
;
}
#tower_hl
{
position
:
relative
;
}
/* Passage */
#passage
{
width
:
960
px
;
height
:
401
px
;
background
-
image
:
url
(
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/
couloir
/
bay
/
void
.
png
);
background
-
position
:
top
left
;
background
-
repeat
:
no
-
repeat
;
}
#passage_left
{
position
:
relative
;
background
-
image
:
url
(
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/
couloir
/
GoLeft
.
png
);
width
:
38
px
;
height
:
38
px
;
}
#passage_right
{
position
:
relative
;
background
-
image
:
url
(
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/
couloir
/
GoRight
.
png
);
width
:
38
px
;
height
:
38
px
;
}
#passage_gallery ul
{
position
:
relative
;
top
:
145
px
;
left
:
120
px
;
margin
-
top
:
inherit
;
margin
-
bottom
:
inherit
;
}
#passage_gallery li
{
display
:
block
;
float
:
left
;
margin
-
right
:
60
px
;
width
:
170
px
;
height
:
170
px
;
padding
:
4
px
4
px
;
background
-
image
:
url
(
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/
couloir
/
frame
.
png
);
background
-
repeat
:
no
-
repeat
;
background
-
position
:
top
left
;
}
#screen
{
position
:
absolute
;
left
:
10
%;
top
:
10
%;
width
:
80
%;
height
:
80
%;
}
#screen img
{
position
:
absolute
;
cursor
:
pointer
;
visibility
:
hidden
;
width
:
0
px
;
height
:
0
px
;
}
#screen .tvover
{
border
:
solid
#
343434
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
#screen .tvout
{
border
:
solid
#
fff
;
opacity
:
0.7
;
}
#bankImages
{
display
:
none
;
}
</style>
<!-- Tower -->
<!--
<div id="tower"></div>
-->
<!-- Passage -->
<div class="grid_16 alpha omega">
<div id="passage">
<div id="passage_gallery"></div>
</div>
</div>
<!-- Upload dialog -->
<div dojoType="dijit.Dialog" id="uploadDialog" style="display: none;" title="
{
#UploadNewArtwork#
}
">
<p>
{
#UploadNewArtworkDescription#
}
</p>
<form method="post" id="test" action="
{
get_xhr_hashed_url
(
'upload_content'
,
{
$CurrentPerso
->
location_global
}
)
}
" enctype="multipart/form-data">
<input type="hidden" id="location_local" name="location_local" value='
{
$CurrentPerso
->
location_local
}
' />
<input type="hidden" id="i" name="location_k" value="-1">
<div class="row">
<label for="artwork" class="firstLabel">Picture (max.
{
ini_get
(
'upload_max_filesize'
)
}
)</label>
<input type="file" name="artwork" id="artwork" class="long" />
</div>
<div class="row">
<label for="title" class="firstLabel">Title</label>
<input dojoType="dijit.form.TextBox" name="title" id="title" type="text" class="long" />
</div>
<div class="row center">
<button dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconSave" type="submit" value="Save" />OK</button>
</div>
</form>
</div>
<!-- Javascript bits: script.aculo.us -->
<script src="
{
#StaticContentURL#
}
/js/prototype.js"></script>
<script src="
{
#StaticContentURL#
}
/js/effects.js"></script>
<!-- Javascript bits: dojo -->
<script>
dojo.require("dojo.parser");
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
dojo.require("dijit.form.TextBox");
</script>
<!-- Javascript bits: tower and couloir/passage/corridor/gallery/whatNameYouGiveToIt -->
<script src="
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/tower.js"></script>
<script>
//Initializes tower map
//tower.hl = '
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/hl.png';
//tower.highlight(3);
//Initializes passage view
passage.bayPath = '
{
$SCENE_URL
}
/
{
$CurrentPerso
->
location_global
}
/couloir/bay/';
passage.initialize('
{
$location
->
global
}
', '
{
$CurrentPerso
->
location_local
}
');
//Initializes gallery
gallery.initialize('
{
#StaticContentURL#
}
', '
{
get_xhr_hashed_url
(
'get_content'
,
{
$CurrentPerso
->
location_global
}
)
}
');
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Feb 22, 15:27 (15 h, 11 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22581
Default Alt Text
B00001001.tpl (4 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment