fixed some html in editor.html, achanged address in slider template

This commit is contained in:
sanj 2010-05-26 04:02:31 +05:30
parent d01222c445
commit 99e7412240
3 changed files with 22 additions and 20 deletions

View File

@ -98,7 +98,7 @@ INSTALLED_APPS = (
'django_extensions',
'django.contrib.flatpages',
'debug_toolbar',
# 'south',
'south',
'django.contrib.comments',
'sorl.thumbnail',
# 'django_firefogg',

View File

@ -62,8 +62,6 @@
</title>
</head>
<body>
</div>
</div>
<script type="text/html" id="tmpl_canvas">
<div id="canvas<%= index %>" class="canvas" data-index="<%= index %>">
<div class="page_btns">
@ -184,6 +182,7 @@
</ul>
</div>
</script>
<div id="ajaxBusy">
</div>
@ -193,6 +192,7 @@
</div>
<div id="bins">
<div id="bin">
<div id="binTop">
<div id="searchCat">
<select id="searchSelect" name="searchSelect">
<option value="0">Choose a Story</option>
@ -202,28 +202,30 @@
</select>
</div>
<div id="addElements">
<div class='newTextBox english' title="Drag to page to add an english textbox">
+ TEXTBOX
</div>
<div class="newTextBox arabic" title="Drag to page to add an arabic textbox">
<div class='newTextBox english' title="Drag to page to add an english textbox">
+ TEXTBOX
</div>
<div class="newTextBox arabic" title="Drag to page to add an arabic textbox">
إضافة مربع
</div>
<div class="navControls">
Displaying <span class="start_index">0</span> to <span class="end_index">0</span> of <span class="totalResources">0</span> resources<br />
<a href="#" onclick='return false;' class="prevPage"><< Prev</a>
<a href="#" onclick='return false;' class="nextPage">Next >></a>
<br>
<input class="searchBin" />
</div>
<div class="binResources">
</div>
<div class="navControls">
Displaying <span class="start_index">0</span> to <span class="end_index">0</span> of <span class="totalResources">0</span> resources<br />
<a href="#" onclick='return false;' class="prevPage"><< Prev</a>
<a href="#" onclick='return false;' class="nextPage">Next >></a>
<br />
<input class="searchBin" />
</div>
</div>
<div class="binResources">
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<a href="#" id="newPage">Add new page</button>
<a href="#" id="newPage">Add new page</a>
</div>
<div id="coordinates" style="position:fixed;bottom:20px;left:10px;z-index:10000;">

View File

@ -125,8 +125,8 @@ For questions and comments email: <a href="mailto:hello@edgwareroad.org">hello@e
Or drop into:
<br /><br />
The Centre for Possible Studies,<br />
14, Porchester Place, W2 2BS<br />
Ph. 0207 402 1004<br />
64 Seymour Street, London, W1H 5BW<br />
Ph. 020 77233162<br />
</div>
</div>
</body>