| author | Simon Descarpentries <sid@sopinspace.com> |
| Thu, 03 Oct 2013 11:10:40 +0200 | |
| changeset 545 | f7bb1f72b85c |
| parent 538 | f3ef3c32995d |
| child 552 | ee0c833d1969 |
| child 553 | bf26fb47a14c |
| permissions | -rw-r--r-- |
| 0 | 1 |
{% load com %} |
2 |
{% load i18n %} |
|
3 |
||
4 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
5 |
<html> |
|
6 |
||
7 |
<head> |
|
8 |
||
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 0 | 10 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
11 |
{% include "site/layout/req_yui.html" %} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
12 |
|
| 0 | 13 |
<script type="text/javascript"> |
14 |
<!-- |
|
|
444
9246b0057a75
Exports to epub only with pandoc 1.9 and upper versions.
gibus
parents:
443
diff
changeset
|
15 |
sv_media_url = "{{ CM_MEDIA_PREFIX|escapejs}}" ; |
|
9246b0057a75
Exports to epub only with pandoc 1.9 and upper versions.
gibus
parents:
443
diff
changeset
|
16 |
sv_pandoc_version = "{{ PANDOC_VERSION|escapejs}}" ; |
| 0 | 17 |
--> |
18 |
</script> |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
19 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
20 |
{% include "site/layout/req_jquery.html" %} |
| 0 | 21 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
22 |
<script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/lib/jquery/js/layout/jquery.layout-1.3.0-RC-30.79.min.js"></script> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
23 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
24 |
<link type="text/css" href="{{ CM_MEDIA_PREFIX }}css/site/text_view_frame.css" rel="stylesheet" /> |
| 0 | 25 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
26 |
<script type="text/javascript" src="{% if request.GET.prefix %}{{ request.GET.prefix }}{% endif %}{% url django.views.i18n.javascript_catalog %}"></script> |
| 0 | 27 |
{% if CLIENT_DEBUG %} |
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
28 |
<script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/client/f_message.js"></script> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
29 |
<script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/client/f_printDialog.js"></script> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
30 |
<script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/site/f_text_view_frame.js"></script> |
| 0 | 31 |
{% else %} |
|
538
f3ef3c32995d
Màj fichier script minified
Simon Descarpentries <sid@sopinspace.com>
parents:
536
diff
changeset
|
32 |
<script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/client/f_client-min.js?1379928330"></script> |
| 0 | 33 |
{% endif %} |
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
34 |
<style type="text/css"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
35 |
/* |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
36 |
* TAB-THEME ADJUSTMENTS |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
37 |
*/ |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
38 |
.ui-tabs-nav li { |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
39 |
white-space: nowrap; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
40 |
} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
41 |
.ui-tabs-nav li a { |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
42 |
font-size: 1em !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
43 |
padding: 4px 1.5ex 3px !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
44 |
} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
45 |
.ui-tabs-panel { |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
46 |
font-size: 1em !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
47 |
padding: 8px 1em !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
48 |
} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
49 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
50 |
.safari-scrollable { |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
51 |
overflow-y: scroll !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
52 |
-webkit-overflow-scrolling: touch !important; |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
53 |
} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
54 |
</style> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
55 |
<script type="text/javascript"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
56 |
<!-- |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
57 |
$(document).ready(function(){ |
|
545
f7bb1f72b85c
Remove comment on iPad condition to try to improve things for it.
Simon Descarpentries <sid@sopinspace.com>
parents:
538
diff
changeset
|
58 |
if (/iPhone|iPod|iPad/.test(navigator.userAgent)) |
|
538
f3ef3c32995d
Màj fichier script minified
Simon Descarpentries <sid@sopinspace.com>
parents:
536
diff
changeset
|
59 |
$('#text-view-comment').addClass ('safari-scrollable'); |
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
60 |
}); |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
61 |
--> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
62 |
</script> |
| 0 | 63 |
|
64 |
</head> |
|
65 |
<BODY> |
|
|
291
7aec57e4738f
add prefix to use external caller as proxy (calls via api)
raph
parents:
277
diff
changeset
|
66 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
67 |
<span id="add_comment_btn" class="initially_hidden" title="{% blocktrans %}add a comment{% endblocktrans %}"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
68 |
<img style="vertical-align: middle;" src="{{ CM_MEDIA_PREFIX }}img/add_plus.png" alt="{% blocktrans %}add a comment{% endblocktrans %}"/> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
69 |
<span>{% blocktrans %}comment{% endblocktrans %}</span> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
70 |
</span> |
| 0 | 71 |
<!-- cf.http://layout.jquery-dev.net/download/example.html --> |
72 |
<!-- TODO check height 600 ... --> |
|
73 |
<DIV id="outer-north" class="ui-layout-north"> |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
74 |
<div style="margin-top:4px;" id="c_slider"></div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
75 |
</DIV> |
| 0 | 76 |
<DIV class="outer-center" > |
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
77 |
<DIV class="inner-north initially_hidden" > |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
78 |
<ul id="header-nobck"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
79 |
<li><a href="#c_filter">{% blocktrans %}Filter comments{% endblocktrans %}</a></li> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
80 |
<li><a href="#c_preferences">{% blocktrans %}Preferences{% endblocktrans %}</a></li> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
81 |
<li><a href="#c_text_preferences">{% blocktrans %}Text preferences{% endblocktrans %}</a></li> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
82 |
</ul> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
83 |
<div id="c_filter" class="c_tab"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
84 |
</div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
85 |
<div id="c_preferences" class="c_tab"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
86 |
</div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
87 |
<div id="c_text_preferences" class="c_tab"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
88 |
</div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
89 |
</DIV> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
90 |
<div id="throbber" style="visibility: visible; position: absolute; top: 4%; left: 40%"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
91 |
<img alt="throbber" src="{{ CM_MEDIA_PREFIX }}img/throbber.gif" /><br />{% blocktrans %}Loading text…{% endblocktrans %} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
92 |
</div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
93 |
{% url text-view-comments-version text.key text_version.key as frame_url %} |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
94 |
<iframe id="text_view_comments" name="text_view_comments" class="ui-layout-center" |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
95 |
width="100%" height="100%" frameborder="0" scrolling="auto" onload="$('#throbber').hide ()" |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
96 |
src="{% if request.GET.prefix %}{{ request.GET.prefix }}{% endif %}{{ frame_url }}{{ frame_url|url_args }}{{ request.GET.urlencode }}"></iframe> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
97 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
98 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
99 |
<!-- exemple de passage d'arguments <iframe id="text_view_comments" name="text_view_comments" class="ui-layout-center" |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
100 |
width="100%" height="100%" frameborder="0" scrolling="auto" |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
101 |
src="{% url text-view-comments text.key %}?filter_name=aa&filter_tag=toto"></iframe> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
102 |
--> |
| 0 | 103 |
</DIV> |
104 |
<div style="display: none;"> |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
105 |
<div id="dialog_h"></div> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
106 |
<div id="dialog_print_export" title=""> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
107 |
<!-- <p id="validateTips">All form fields are required.</p> --> |
| 230 | 108 |
|
109 |
{% url text-export text.key "FoRmAt" "DoWnLoAd" "WhIcHCoMmEnT" "WiThCoLoR" as export_url %} |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
110 |
<form name="print_export_form" id="print_export_form" method="post" action="" target_action="{% if request.GET.prefix %}{{ request.GET.prefix }}{% else %}{% endif %}{{ export_url }}{{ export_url|url_args }}{{ request.GET.urlencode }}"> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
111 |
<fieldset> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
112 |
<label for="p_comments">{% blocktrans %}Which comments?{% endblocktrans %}</label> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
113 |
<select name="p_comments" id="p_comments" /> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
114 |
</select> |
| 0 | 115 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
116 |
<label id="how" for="p_method"></label> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
117 |
<select name="p_method" id="p_method"/> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
118 |
</select> |
| 0 | 119 |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
120 |
<label id="p_color_label" for="p_color">{% blocktrans %}How should comments' scope be shown in text?{% endblocktrans %}</label> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
121 |
<select name="p_color" id="p_color"/> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
122 |
</select> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
123 |
</fieldset> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
124 |
|
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
125 |
<input type="hidden" name="filteredIds" id="filteredIds" value="" /> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
126 |
<input type="hidden" name="print_export_action" id="print_export_action" value="" /> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
127 |
</form> |
|
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
534
diff
changeset
|
128 |
</div> |
| 0 | 129 |
</div> |
130 |
</BODY> |
|
| 375 | 131 |
</html> |