Avoid escaping relevant template variables

This commit is contained in:
Hypolite Petovan 2018-12-13 22:35:51 -05:00
parent 6d90d35d25
commit c407fb7963
165 changed files with 312 additions and 313 deletions

View File

@ -41,7 +41,7 @@
</tbody> </tbody>
</table> </table>
<p><a href="#" onclick="return selectall('contacts_ckbx');">{{$select_all}}</a> | <a href="#" onclick="return selectnone('contacts_ckbx');">{{$select_none}}</a></p> <p><a href="#" onclick="return selectall('contacts_ckbx');">{{$select_all}}</a> | <a href="#" onclick="return selectnone('contacts_ckbx');">{{$select_none}}</a></p>
{{$paginate}} {{$paginate nofilter}}
<div class="submit"><input type="submit" name="page_contactblock_unblock" value="{{$unblock}}" /></div> <div class="submit"><input type="submit" name="page_contactblock_unblock" value="{{$unblock}}" /></div>
{{else}} {{else}}
<p>{{$no_data}}</p> <p>{{$no_data}}</p>

View File

@ -10,7 +10,7 @@
</form> </form>
<h2>{{$preview}}</h2> <h2>{{$preview}}</h2>
{{for $i=1 to 3}} {{for $i=1 to 3}}
<p>{{$privtext[$i]}}</p> <p>{{$privtext[$i] nofilter}}</p>
{{/for}} {{/for}}
</div> </div>

View File

@ -3,6 +3,6 @@
<ul> <ul>
{{foreach $apps as $ap}} {{foreach $apps as $ap}}
<li>{{$ap}}</li> <li>{{$ap nofilter}}</li>
{{/foreach}} {{/foreach}}
</ul> </ul>

View File

@ -13,7 +13,7 @@
{{$invite_desc}} {{$invite_desc}}
</p> </p>
<p> <p>
{{$desc}} {{$desc nofilter}}
</p> </p>
{{/if}} {{/if}}
@ -30,7 +30,7 @@
{{if $url}}<dl><dt>{{$url_label}}</dt><dd><a target="blank" href="{{$zrl}}">{{$url}}</a></dd></dl>{{/if}} {{if $url}}<dl><dt>{{$url_label}}</dt><dd><a target="blank" href="{{$zrl}}">{{$url}}</a></dd></dl>{{/if}}
{{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}} {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}}
{{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}} {{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
{{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about}}</dd></dl>{{/if}} {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
<div id="dfrn-request-url-wrapper" > <div id="dfrn-request-url-wrapper" >
<label id="dfrn-url-label" for="dfrn-url" >{{$your_address}}</label> <label id="dfrn-url-label" for="dfrn-url" >{{$your_address}}</label>

View File

@ -1,7 +1,7 @@
<div id="categories-sidebar" class="widget"> <div id="categories-sidebar" class="widget">
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<div id="nets-desc">{{$desc}}</div> <div id="nets-desc">{{$desc nofilter}}</div>
<ul class="categories-ul"> <ul class="categories-ul">
<li class="tool"><a href="{{$base}}" class="categories-link categories-all{{if $sel_all}} categories-selected{{/if}}">{{$all}}</a></li> <li class="tool"><a href="{{$base}}" class="categories-link categories-all{{if $sel_all}} categories-selected{{/if}}">{{$all}}</a></li>

View File

@ -4,4 +4,4 @@
<p class="hint">{{$global_community_hint}}</p> <p class="hint">{{$global_community_hint}}</p>
{{/if}} {{/if}}
{{$content}} {{$content nofilter}}

View File

@ -5,7 +5,7 @@
<a class="allcontact-link" href="viewcontacts/{{$nickname}}">{{$viewcontacts}}</a> <a class="allcontact-link" href="viewcontacts/{{$nickname}}">{{$viewcontacts}}</a>
<div class='contact-block-content'> <div class='contact-block-content'>
{{foreach $micropro as $m}} {{foreach $micropro as $m}}
{{$m}} {{$m nofilter}}
{{/foreach}} {{/foreach}}
</div> </div>
{{/if}} {{/if}}

View File

@ -1,7 +1,7 @@
<div id="contact-edit-wrapper" > <div id="contact-edit-wrapper" >
{{* Insert Tab-Nav *}} {{* Insert Tab-Nav *}}
{{$tab_str}} {{$tab_str nofilter}}
<div id="contact-edit-nav-wrapper" > <div id="contact-edit-nav-wrapper" >
@ -56,7 +56,7 @@
{{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}} {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}}
{{if $xmpp}}<dl><dt>{{$xmpp_label}}</dt><dd>{{$xmpp}}</dd></dl>{{/if}} {{if $xmpp}}<dl><dt>{{$xmpp_label}}</dt><dd>{{$xmpp}}</dd></dl>{{/if}}
{{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}} {{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
{{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about}}</dd></dl>{{/if}} {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
</div>{{* End of contact-edit-links *}} </div>{{* End of contact-edit-links *}}
<div id="contact-edit-links-end"></div> <div id="contact-edit-links-end"></div>

View File

@ -5,14 +5,14 @@
<div id="contacts-search-wrapper"> <div id="contacts-search-wrapper">
<form id="contacts-search-form" action="{{$cmd}}" method="get" > <form id="contacts-search-form" action="{{$cmd}}" method="get" >
<span class="contacts-search-desc">{{$desc}}</span> <span class="contacts-search-desc">{{$desc nofilter}}</span>
<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> <input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" />
<input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" /> <input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" />
</form> </form>
</div> </div>
<div id="contacts-search-end"></div> <div id="contacts-search-end"></div>
{{$tabs}} {{$tabs nofilter}}
<form action="{{$baseurl}}/contact/batch/" method="POST"> <form action="{{$baseurl}}/contact/batch/" method="POST">
{{foreach $contacts as $contact}} {{foreach $contacts as $contact}}
@ -53,7 +53,7 @@
}); });
</script> </script>
{{$paginate}} {{$paginate nofilter}}

View File

@ -1,7 +1,7 @@
{{$vcard_widget}} {{$vcard_widget nofilter}}
{{$findpeople_widget}} {{$findpeople_widget nofilter}}
{{$follow_widget}} {{$follow_widget nofilter}}
{{$groups_widget}} {{$groups_widget nofilter}}
{{$networks_widget}} {{$networks_widget nofilter}}

View File

@ -8,5 +8,6 @@
{{/if}} {{/if}}
{{* output the content *}} {{* output the content *}}
{{$content}} {{$content nofilter}}
</div> </div>

View File

@ -1,5 +1,5 @@
{{$live_update}} {{$live_update nofilter}}
{{foreach $threads as $thread}} {{foreach $threads as $thread}}
<div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper"> <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">

View File

@ -1,10 +1,10 @@
{{include file="section_title.tpl"}} {{include file="section_title.tpl"}}
{{$tab_str}} {{$tab_str nofilter}}
<div class="crepair-error-message">{{$warning}}</div><br> <div class="crepair-error-message">{{$warning nofilter}}</div><br>
<div class="crepair-return"> <div class="crepair-return">
{{$info}}<br> {{$info nofilter}}<br>
<!-- <a href="{{$returnaddr}}">{{$return}}</a> --> <!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
</div> </div>
<br /> <br />

View File

@ -1,6 +1,6 @@
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
<p id="cropimage-desc"> <p id="cropimage-desc">
{{$desc}} {{$desc nofilter}}
</p> </p>
<div id="cropimage-wrapper"> <div id="cropimage-wrapper">

View File

@ -15,7 +15,7 @@
<h4>{{$delegates_header}}</h4> <h4>{{$delegates_header}}</h4>
<div id="delegate-desc" class="delegate-desc">{{$desc}}</div> <div id="delegate-desc" class="delegate-desc">{{$desc nofilter}}</div>
<h4>{{$head_delegates}}</h4> <h4>{{$head_delegates}}</h4>

View File

@ -12,7 +12,7 @@
{{$invite_desc}} {{$invite_desc}}
</p> </p>
<p> <p>
{{$desc}} {{$desc nofilter}}
</p> </p>
{{/if}} {{/if}}
@ -29,7 +29,7 @@
{{if $url}}<dl><dt>{{$url_label}}</dt><dd><a target="blank" href="{{$zrl}}">{{$url}}</a></dd></dl>{{/if}} {{if $url}}<dl><dt>{{$url_label}}</dt><dd><a target="blank" href="{{$zrl}}">{{$url}}</a></dd></dl>{{/if}}
{{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}} {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}}
{{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}} {{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
{{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about}}</dd></dl>{{/if}} {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
<div id="dfrn-request-url-wrapper" > <div id="dfrn-request-url-wrapper" >
<label id="dfrn-url-label" for="dfrn-url" >{{$your_address}}</label> <label id="dfrn-url-label" for="dfrn-url" >{{$your_address}}</label>

View File

@ -10,7 +10,7 @@
<div id="directory-search-wrapper"> <div id="directory-search-wrapper">
<form id="directory-search-form" action="directory" method="get" > <form id="directory-search-form" action="directory" method="get" >
<span class="dirsearch-desc">{{$desc}}</span> <span class="dirsearch-desc">{{$desc nofilter}}</span>
<input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> <input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="{{$search}}" />
<input type="submit" name="submit" id="directory-search-submit" value="{{$submit}}" class="button" /> <input type="submit" name="submit" id="directory-search-submit" value="{{$submit}}" class="button" />
</form> </form>
@ -28,4 +28,4 @@
<div class="directory-end" ></div> <div class="directory-end" ></div>
{{$paginate}} {{$paginate nofilter}}

View File

@ -2,7 +2,7 @@
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<p> <p>
{{$desc}} {{$desc nofilter}}
</p> </p>
<form id="event-edit-form" action="{{$post}}" method="post" > <form id="event-edit-form" action="{{$post}}" method="post" >

View File

@ -22,7 +22,7 @@
<div class="event-location"> <div class="event-location">
<span class="event-label">{{$location_label}}</span>&nbsp; <span class="event-label">{{$location_label}}</span>&nbsp;
{{if $location.name}} {{if $location.name}}
<span class="location">{{$location.name}}</span> <span class="location">{{$location.name nofilter}}</span>
{{/if}} {{/if}}
{{if $location.map}}{{$location.map}}{{/if}} {{if $location.map}}{{$location.map}}{{/if}}

View File

@ -1,5 +1,5 @@
{{$tabs}} {{$tabs nofilter}}
{{include file="section_title.tpl"}} {{include file="section_title.tpl"}}
<div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div>

View File

@ -1,5 +1,5 @@
{{$tabs}} {{$tabs nofilter}}
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
<div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div>

View File

@ -2,7 +2,7 @@
<div id="adminpage"> <div id="adminpage">
<h2>{{$banner}}</h2> <h2>{{$banner}}</h2>
<div id="failed_updates_desc">{{$desc}}</div> <div id="failed_updates_desc">{{$desc nofilter}}</div>
{{if $failed}} {{if $failed}}
{{foreach $failed as $f}} {{foreach $failed as $f}}

View File

@ -3,6 +3,6 @@
<input type="hidden" name="{{$field.0}}" value="0"> <input type="hidden" name="{{$field.0}}" value="0">
<input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip" value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.4}}{{$field.4}}{{/if}}> <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip" value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.4}}{{$field.4}}{{/if}}>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -14,7 +14,7 @@
</select> </select>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -2,8 +2,8 @@
<div class='field custom'> <div class='field custom'>
<label for='{{$field.0}}'>{{$field.1}}</label> <label for='{{$field.0}}'>{{$field.1}}</label>
{{$field.2}} {{$field.2 nofilter}}
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -3,6 +3,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<input{{if $field.6 eq 'email'}} type='email'{{elseif $field.6 eq 'url'}} type='url'{{else}} type="text"{{/if}} name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby='{{$field.0}}_tip'> <input{{if $field.6 eq 'email'}} type='email'{{elseif $field.6 eq 'url'}} type='url'{{else}} type="text"{{/if}} name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby='{{$field.0}}_tip'>
{{if $field.3}} {{if $field.3}}
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span> <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -4,6 +4,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}} aria-describedby='{{$field.0}}_tip'> <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}} aria-describedby='{{$field.0}}_tip'>
{{if $field.4}} {{if $field.4}}
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4}}</span> <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.4 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -3,6 +3,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<input name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}" aria-describedby='{{$field.0}}_tip'> <input name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}" aria-describedby='{{$field.0}}_tip'>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -3,6 +3,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq 'autofocus'}} autofocus{{/if}} aria-describedby='{{$field.0}}_tip'> <input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq 'autofocus'}} autofocus{{/if}} aria-describedby='{{$field.0}}_tip'>
{{if $field.3}} {{if $field.3}}
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span> <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -2,6 +2,6 @@
<label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label> <label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label>
<input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked{{/if}} aria-describedby={{$field.0}}_{{$field.2}}_tip'> <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked{{/if}} aria-describedby={{$field.0}}_{{$field.2}}_tip'>
{{if $field.3}} {{if $field.3}}
<span class='field_help' role='tooltip' id='{{$field.0}}_{{$field.2}}_tip'>{{$field.3}}</span> <span class='field_help' role='tooltip' id='{{$field.0}}_{{$field.2}}_tip'>{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -4,6 +4,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext" aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea> <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext" aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -6,6 +6,6 @@
{{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}} {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
</select> </select>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -3,9 +3,9 @@
<div class='field select'> <div class='field select'>
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<select name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'> <select name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>
{{$field.4}} {{$field.4 nofilter}}
</select> </select>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -4,6 +4,6 @@
<label for='id_{{$field.0}}'>{{$field.1}}</label> <label for='id_{{$field.0}}'>{{$field.1}}</label>
<textarea name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea> <textarea name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -6,7 +6,7 @@
{{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}} {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
</select> </select>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
{{if $field.5}}<div id="theme-preview"></div>{{/if}} {{if $field.5}}<div id="theme-preview"></div>{{/if}}
</div> </div>

View File

@ -11,6 +11,6 @@
</a> </a>
</div> </div>
{{if $field.3}} {{if $field.3}}
<span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span> <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -1,7 +1,7 @@
<div id="fileas-sidebar" class="widget"> <div id="fileas-sidebar" class="widget">
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<div id="nets-desc">{{$desc}}</div> <div id="nets-desc">{{$desc nofilter}}</div>
<ul class="fileas-ul"> <ul class="fileas-ul">
<li class="tool"><a href="{{$base}}" class="fileas-link fileas-all{{if $sel_all}} fileas-selected{{/if}}">{{$all}}</a></li> <li class="tool"><a href="{{$base}}" class="fileas-link fileas-all{{if $sel_all}} fileas-selected{{/if}}">{{$all}}</a></li>

View File

@ -1,7 +1,7 @@
<div id="follow-sidebar" class="widget"> <div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3> <h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc}}</div> <div id="connect-desc">{{$desc nofilter}}</div>
<form action="follow" method="get" > <form action="follow" method="get" >
<input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" /> <input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
</form> </form>

View File

@ -1,7 +1,7 @@
<div class="widget{{if $class}} {{$class}}{{/if}}"> <div class="widget{{if $class}} {{$class}}{{/if}}">
{{if $title}}<h3>{{$title}}</h3>{{/if}} {{if $title}}<h3>{{$title}}</h3>{{/if}}
{{if $desc}}<div class="desc">{{$desc}}</div>{{/if}} {{if $desc}}<div class="desc">{{$desc nofilter}}</div>{{/if}}
<ul role="menu"> <ul role="menu">
{{foreach $items as $item}} {{foreach $items as $item}}

View File

@ -23,4 +23,4 @@
{{include file="groupeditor.tpl"}} {{include file="groupeditor.tpl"}}
</div> </div>
{{/if}} {{/if}}
{{if $desc}}<div class="clear" id="group-edit-desc">{{$desc}}</div>{{/if}} {{if $desc}}<div class="clear" id="group-edit-desc">{{$desc nofilter}}</div>{{/if}}

View File

@ -1,7 +1,7 @@
{{* custom content from hook will replace everything. *}} {{* custom content from hook will replace everything. *}}
{{if $content != '' }} {{if $content != '' }}
{{$content}} {{$content nofilter}}
{{else}} {{else}}
{{if $customhome != false }} {{if $customhome != false }}

View File

@ -14,7 +14,7 @@
<span class="profile-addr">{{$profile.addr}}</span> <span class="profile-addr">{{$profile.addr}}</span>
{{if $profile.network}}<span class="profile-network"> ({{$profile.network}})</span>{{/if}} {{if $profile.network}}<span class="profile-network"> ({{$profile.network}})</span>{{/if}}
</div> </div>
{{*{{if $profile.about}}<div class="profile-details profile-about">{{$profile.about}}</div>{{/if}}*}} {{*{{if $profile.about}}<div class="profile-details profile-about">{{$profile.about nofilter}}</div>{{/if}}*}}
</div> </div>
<div class="hover-card-actions right-aligned"> <div class="hover-card-actions right-aligned">

View File

@ -8,7 +8,7 @@
{{if $location}}<dl><dt>{{$lbl_location}}</dt><dd>{{$location}}</dd></dl>{{/if}} {{if $location}}<dl><dt>{{$lbl_location}}</dt><dd>{{$location}}</dd></dl>{{/if}}
{{if $gender}}<dl><dt>{{$lbl_gender}}</dt><dd>{{$gender}}</dd></dl>{{/if}} {{if $gender}}<dl><dt>{{$lbl_gender}}</dt><dd>{{$gender}}</dd></dl>{{/if}}
{{if $keywords}}<dl><dt>{{$lbl_keywords}}</dt><dd>{{$keywords}}</dd></dl>{{/if}} {{if $keywords}}<dl><dt>{{$lbl_keywords}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
{{if $about}}<dl><dt>{{$lbl_about}}</dt><dd>{{$about}}</dd></dl>{{/if}} {{if $about}}<dl><dt>{{$lbl_about}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
<div class="intro-knowyou">{{$lbl_knowyou}} {{$knowyou}}</div> <div class="intro-knowyou">{{$lbl_knowyou}} {{$knowyou}}</div>
<div class="intro-note" id="intro-note-{{$contact_id}}">{{$note}}</div> <div class="intro-note" id="intro-note-{{$contact_id}}">{{$note}}</div>
<div class="intro-wrapper-end" id="intro-wrapper-end-{{$contact_id}}"></div> <div class="intro-wrapper-end" id="intro-wrapper-end-{{$contact_id}}"></div>

View File

@ -24,7 +24,7 @@
{{/if}} {{/if}}
<div id="jot-text-wrap"> <div id="jot-text-wrap">
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /> <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content}}{{/if}}</textarea> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
</div> </div>
<div id="profile-jot-submit-wrapper" class="jothidden"> <div id="profile-jot-submit-wrapper" class="jothidden">

View File

@ -2,7 +2,7 @@
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<p id="lostpass-desc"> <p id="lostpass-desc">
{{$desc}} {{$desc nofilter}}
</p> </p>
<form action="lostpass" method="post" > <form action="lostpass" method="post" >

View File

@ -1,6 +1,6 @@
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<div id="identity-manage-desc">{{$desc}}</div> <div id="identity-manage-desc">{{$desc nofilter}}</div>
<div id="identity-manage-choose">{{$choose}}</div> <div id="identity-manage-choose">{{$choose}}</div>
<div id="identity-selector-wrapper" role="menu"> <div id="identity-selector-wrapper" role="menu">

View File

@ -3,7 +3,7 @@
{{if $tabs}} {{if $tabs}}
<div id="message-preview"> <div id="message-preview">
{{$tabs}} {{$tabs nofilter}}
</div> </div>
{{/if}} {{/if}}

View File

@ -1,7 +1,7 @@
<div id="nets-sidebar" class="widget"> <div id="nets-sidebar" class="widget">
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<div id="nets-desc">{{$desc}}</div> <div id="nets-desc">{{$desc nofilter}}</div>
<a href="{{$base}}" class="nets-link{{if $sel_all}} nets-selected{{/if}} nets-all">{{$all}}</a> <a href="{{$base}}" class="nets-link{{if $sel_all}} nets-selected{{/if}} nets-all">{{$all}}</a>
<ul role="menu" class="nets-ul"> <ul role="menu" class="nets-ul">
{{foreach $nets as $net}} {{foreach $nets as $net}}

View File

@ -6,7 +6,7 @@
{{/foreach}} {{/foreach}}
<div id="contact-edit-end"></div> <div id="contact-edit-end"></div>
{{$paginate}} {{$paginate nofilter}}

View File

@ -11,7 +11,7 @@
{{* The notifications *}} {{* The notifications *}}
{{if $notif_content}} {{if $notif_content}}
{{foreach $notif_content as $notification}} {{foreach $notif_content as $notification}}
{{$notification}} {{$notification nofilter}}
{{/foreach}} {{/foreach}}
{{/if}} {{/if}}
@ -21,5 +21,5 @@
{{/if}} {{/if}}
{{* The pager *}} {{* The pager *}}
{{$notif_paginate}} {{$notif_paginate nofilter}}
</div> </div>

View File

@ -18,4 +18,4 @@
<div class="photo-album-image-wrapper-end"></div> <div class="photo-album-image-wrapper-end"></div>
{{/foreach}} {{/foreach}}
{{$paginate}} {{$paginate nofilter}}

View File

@ -21,7 +21,7 @@
<div style="display: none;"> <div style="display: none;">
<div id="photo-edit-perms-select" > <div id="photo-edit-perms-select" >
{{$aclselect}} {{$aclselect nofilter}}
</div> </div>
</div> </div>
</div> </div>

View File

@ -34,5 +34,5 @@
{{$comments}} {{$comments}}
{{$paginate}} {{$paginate nofilter}}

View File

@ -11,4 +11,4 @@
</div> </div>
<div class="photos-end"></div> <div class="photos-end"></div>
{{$paginate}} {{$paginate nofilter}}

View File

@ -34,7 +34,7 @@
<div style="display: none;"> <div style="display: none;">
<div id="photos-upload-permissions-wrapper"> <div id="photos-upload-permissions-wrapper">
{{$aclselect}} {{$aclselect nofilter}}
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<h3>{{$title}}</h3> <h3>{{$title}}</h3>
<div id="poke-desc">{{$desc}}</div> <div id="poke-desc">{{$desc nofilter}}</div>
<div id="poke-wrapper"> <div id="poke-wrapper">

View File

@ -1,6 +1,6 @@
<p id="hide-wall-text"> <p id="hide-wall-text">
{{$desc}} {{$desc nofilter}}
</p> </p>
<div id="hide-wall-yes-wrapper"> <div id="hide-wall-yes-wrapper">

View File

@ -1,6 +1,6 @@
<p id="profile-in-directory"> <p id="profile-in-directory">
{{$desc}} {{$desc nofilter}}
</p> </p>
<div id="profile-in-dir-yes-wrapper"> <div id="profile-in-dir-yes-wrapper">

View File

@ -1,6 +1,6 @@
<p id="profile-in-directory"> <p id="profile-in-directory">
{{$desc}} {{$desc nofilter}}
</p> </p>
<div id="profile-in-netdir-yes-wrapper"> <div id="profile-in-netdir-yes-wrapper">

View File

@ -58,7 +58,7 @@
{{if $profile.homepage}} {{if $profile.homepage}}
<dl id="aprofile-homepage" class="aprofile"> <dl id="aprofile-homepage" class="aprofile">
<dt>{{$profile.homepage.0}}</dt> <dt>{{$profile.homepage.0}}</dt>
<dd>{{$profile.homepage.1}}</dd> <dd>{{$profile.homepage.1 nofilter}}</dd>
</dl> </dl>
{{/if}} {{/if}}

View File

@ -1,5 +1,5 @@
{{$default}} {{$default nofilter}}
<h1>{{$banner}}</h1> <h1>{{$banner}}</h1>
@ -44,16 +44,16 @@
<div id="profile-edit-gender-wrapper" > <div id="profile-edit-gender-wrapper" >
<label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label> <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
{{$gender}} {{$gender nofilter}}
</div> </div>
<div id="profile-edit-gender-end"></div> <div id="profile-edit-gender-end"></div>
<div id="profile-edit-dob-wrapper" > <div id="profile-edit-dob-wrapper" >
{{$dob}} {{$dob nofilter}}
</div> </div>
<div id="profile-edit-dob-end"></div> <div id="profile-edit-dob-end"></div>
{{$hide_friends}} {{$hide_friends nofilter}}
<div class="profile-edit-submit-wrapper" > <div class="profile-edit-submit-wrapper" >
<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
@ -110,8 +110,8 @@
<div class="profile-edit-submit-end"></div> <div class="profile-edit-submit-end"></div>
<div id="profile-edit-marital-wrapper" > <div id="profile-edit-marital-wrapper" >
<label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label> <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital nofilter}} </label>
{{$marital}} {{$marital nofilter}}
</div> </div>
<label id="profile-edit-with-label" for="profile-edit-with" > {{$with.1}} </label> <label id="profile-edit-with-label" for="profile-edit-with" > {{$with.1}} </label>
<input type="text" size="32" name="with" id="profile-edit-with" title="{{$with.3}}" value="{{$with.2}}" /> <input type="text" size="32" name="with" id="profile-edit-with" title="{{$with.3}}" value="{{$with.2}}" />
@ -122,7 +122,7 @@
<div id="profile-edit-sexual-wrapper" > <div id="profile-edit-sexual-wrapper" >
<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label> <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
{{$sexual}} {{$sexual nofilter}}
</div> </div>
<div id="profile-edit-sexual-end"></div> <div id="profile-edit-sexual-end"></div>
@ -343,12 +343,12 @@
{{if $personal_account}} {{if $personal_account}}
<div id="profile-edit-gender-wrapper" > <div id="profile-edit-gender-wrapper" >
<label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label> <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
{{$gender}} {{$gender nofilter}}
</div> </div>
<div id="profile-edit-gender-end"></div> <div id="profile-edit-gender-end"></div>
<div id="profile-edit-dob-wrapper" > <div id="profile-edit-dob-wrapper" >
{{$dob}} {{$dob nofilter}}
</div> </div>
<div id="profile-edit-dob-end"></div> <div id="profile-edit-dob-end"></div>
{{/if}} {{/if}}
@ -366,7 +366,7 @@
<div id="profile-edit-xmpp-end"></div> <div id="profile-edit-xmpp-end"></div>
{{$hide_friends}} {{$hide_friends nofilter}}
<div id="profile-edit-address-wrapper" > <div id="profile-edit-address-wrapper" >
<label id="profile-edit-address-label" for="profile-edit-address" >{{$address.1}} </label> <label id="profile-edit-address-label" for="profile-edit-address" >{{$address.1}} </label>

View File

@ -13,7 +13,7 @@
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div> <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
{{/if}} {{/if}}
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}} {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
{{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}} {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name nofilter}}</dd></dl>{{/if}}
{{if $location}} {{if $location}}
<dl class="location"><dt class="location-label">{{$location}}</dt> <dl class="location"><dt class="location-label">{{$location}}</dt>
<dd class="adr h-adr"> <dd class="adr h-adr">
@ -47,7 +47,7 @@
{{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url"><a href="{{$profile.homepage}}" rel="me" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}} {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url"><a href="{{$profile.homepage}}" rel="me" target="_blank">{{$profile.homepage}}</a></dd></dl>{{/if}}
{{if $about}}<dl class="about"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about}}</dd></dl>{{/if}} {{if $about}}<dl class="about"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about nofilter}}</dd></dl>{{/if}}
{{include file="diaspora_vcard.tpl"}} {{include file="diaspora_vcard.tpl"}}
@ -70,6 +70,6 @@
</div> </div>
</div> </div>
{{$contact_block}} {{$contact_block nofilter}}

View File

@ -5,7 +5,7 @@
<div id="prvmail-wrapper" > <div id="prvmail-wrapper" >
<form id="prvmail-form" action="message" method="post" > <form id="prvmail-form" action="message" method="post" >
{{$parent}} {{$parent nofilter}}
<div id="prvmail-to-label">{{$to}}</div> <div id="prvmail-to-label">{{$to}}</div>
{{$select}} {{$select}}

View File

@ -1,6 +1,6 @@
<div id="remote-friends-in-common" class="bigwidget"> <div id="remote-friends-in-common" class="bigwidget">
<div id="rfic-desc">{{$desc}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div> <div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
{{if $items}} {{if $items}}
{{foreach $items as $item}} {{foreach $items as $item}}
<div class="profile-match-wrapper"> <div class="profile-match-wrapper">

View File

@ -3,7 +3,7 @@
<div id="remove-account-wrapper"> <div id="remove-account-wrapper">
<div id="remove-account-desc">{{$desc}}</div> <div id="remove-account-desc">{{$desc nofilter}}</div>
<form action="{{$basedir}}/removeme" autocomplete="off" method="post" > <form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
<input type="hidden" name="verify" value="{{$hash}}" /> <input type="hidden" name="verify" value="{{$hash}}" />

View File

@ -30,7 +30,7 @@
<div class="wall-item-content" id="wall-item-content-{{$item.id}}" > <div class="wall-item-content" id="wall-item-content-{{$item.id}}" >
<div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div> <div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
<div class="wall-item-title-end"></div> <div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-{{$item.id}}" >{{$item.body}}</div> <div class="wall-item-body" id="wall-item-body-{{$item.id}}" >{{$item.body nofilter}}</div>
{{if $item.has_cats}} {{if $item.has_cats}}
<div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} <a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a>{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}} <div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} <a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a>{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
</div> </div>

View File

@ -5,7 +5,7 @@
<form action="settings/addon" method="post" autocomplete="off"> <form action="settings/addon" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{$settings_addons}} {{$settings_addons nofilter}}
</form> </form>

View File

@ -14,7 +14,7 @@
{{include file="field_checkbox.tpl" field=$disable_cw}} {{include file="field_checkbox.tpl" field=$disable_cw}}
{{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}}
{{include file="field_checkbox.tpl" field=$ostatus_autofriend}} {{include file="field_checkbox.tpl" field=$ostatus_autofriend}}
{{$default_group}} {{$default_group nofilter}}
{{include file="field_input.tpl" field=$legacy_contact}} {{include file="field_input.tpl" field=$legacy_contact}}
<p><a href="{{$repair_ostatus_url}}">{{$repair_ostatus_text}}</a></p> <p><a href="{{$repair_ostatus_url}}">{{$repair_ostatus_text}}</a></p>
@ -23,7 +23,7 @@
</div> </div>
<div class="clear"></div> <div class="clear"></div>
{{$settings_connectors}} {{$settings_connectors nofilter}}
{{if $mail_disabled}} {{if $mail_disabled}}
@ -35,7 +35,7 @@
<span class="fakelink" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');"> <span class="fakelink" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');">
<img class="connector" src="images/mail.png" /><h3 class="settings-heading connector">{{$h_imap}}</h3> <img class="connector" src="images/mail.png" /><h3 class="settings-heading connector">{{$h_imap}}</h3>
</span> </span>
<p>{{$imap_desc}}</p> <p>{{$imap_desc nofilter}}</p>
{{include file="field_custom.tpl" field=$imap_lastcheck}} {{include file="field_custom.tpl" field=$imap_lastcheck}}
{{include file="field_input.tpl" field=$mail_server}} {{include file="field_input.tpl" field=$mail_server}}
{{include file="field_input.tpl" field=$mail_port}} {{include file="field_input.tpl" field=$mail_port}}

View File

@ -31,7 +31,7 @@
{{if $theme_config}} {{if $theme_config}}
<h2>{{$stitle}}</h2> <h2>{{$stitle}}</h2>
{{$theme_config}} {{$theme_config nofilter}}
{{/if}} {{/if}}
</form> </form>

View File

@ -1,6 +1,5 @@
<div id="settings-nick-wrapper">
<div id="settings-nick-wrapper" > <div id="settings-nickname-desc" class="info-message">{{$desc nofilter}}</div>
<div id="settings-nickname-desc" class="info-message">{{$desc}}</div>
</div> </div>
<div id="settings-nick-end" ></div> <div id="settings-nick-end" ></div>

View File

@ -1,6 +1,6 @@
<h1>{{$ptitle}}</h1> <h1>{{$ptitle}}</h1>
{{$nickname_block}} {{$nickname_block nofilter}}
<form action="settings" id="settings-form" method="post" autocomplete="off" > <form action="settings" id="settings-form" method="post" autocomplete="off" >
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
@ -45,21 +45,21 @@
{{include file="field_input.tpl" field=$maxreq}} {{include file="field_input.tpl" field=$maxreq}}
{{$profile_in_dir}} {{$profile_in_dir nofilter}}
{{$profile_in_net_dir}} {{$profile_in_net_dir nofilter}}
{{$hide_friends}} {{$hide_friends nofilter}}
{{$hide_wall}} {{$hide_wall nofilter}}
{{$blockwall}} {{$blockwall nofilter}}
{{$blocktags}} {{$blocktags nofilter}}
{{$suggestme}} {{$suggestme nofilter}}
{{$unkmail}} {{$unkmail nofilter}}
{{include file="field_input.tpl" field=$cntunkmail}} {{include file="field_input.tpl" field=$cntunkmail}}
@ -90,7 +90,7 @@
<div style="display: none;"> <div style="display: none;">
<div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
{{$aclselect}} {{$aclselect nofilter}}
</div> </div>
</div> </div>
@ -99,7 +99,7 @@
<br/> <br/>
<div id="settings-default-perms-end"></div> <div id="settings-default-perms-end"></div>
{{$group_select}} {{$group_select nofilter}}
<div class="settings-submit-wrapper" > <div class="settings-submit-wrapper" >
@ -196,7 +196,7 @@
<div class="settings-content-block"> <div class="settings-content-block">
<div id="settings-pagetype-desc">{{$h_descadvn}}</div> <div id="settings-pagetype-desc">{{$h_descadvn}}</div>
{{$pagetype}} {{$pagetype nofilter}}
<div class="settings-submit-wrapper" > <div class="settings-submit-wrapper" >
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" /> <input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />

View File

@ -8,5 +8,5 @@
<div><a href="{{$profile}}" target="_blank" class="shared-wall-item-name"><span class="shared-author">{{$author}}</span></a></div> <div><a href="{{$profile}}" target="_blank" class="shared-wall-item-name"><span class="shared-author">{{$author}}</span></a></div>
<div class="shared-wall-item-ago"><small><a href="{{$link}}" target="_blank"><span class="shared-time">{{$posted}}</a></a></small></div> <div class="shared-wall-item-ago"><small><a href="{{$link}}" target="_blank"><span class="shared-time">{{$posted}}</a></a></small></div>
</div> </div>
<blockquote class="shared_content">{{$content}}</blockquote> <blockquote class="shared_content">{{$content nofilter}}</blockquote>
</div> </div>

View File

@ -10,7 +10,7 @@
<id>{{$item_id}}</id> <id>{{$item_id}}</id>
<title>{{$title}}</title> <title>{{$title}}</title>
<published>{{$published}}</published> <published>{{$published}}</published>
<content type="{{$type}}" >{{$content}}</content> <content type="{{$type}}" >{{$content nofilter}}</content>
<link rel="mentioned" href="{{$accturi}}" /> <link rel="mentioned" href="{{$accturi}}" />
<as:actor> <as:actor>
<as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type> <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>

View File

@ -1,5 +1,5 @@
{{$live_update}} {{$live_update nofilter}}
{{foreach $threads as $thread}} {{foreach $threads as $thread}}
{{include file="{{$thread.template}}" item=$thread}} {{include file="{{$thread.template}}" item=$thread}}

View File

@ -1,11 +1,11 @@
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
{{$tostext}} {{$tostext nofilter}}
{{if $displayprivstatement}} {{if $displayprivstatement}}
<h2>{{$privstatementtitle}}</h2> <h2>{{$privstatementtitle nofilter}}</h2>
<p>{{$privacy_operate}}</p> <p>{{$privacy_operate nofilter}}</p>
<p>{{$privacy_distribute}}</p> <p>{{$privacy_distribute nofilter}}</p>
<p>{{$privacy_delete}}</p> <p>{{$privacy_delete nofilter}}</p>
{{/if}} {{/if}}

View File

@ -1,7 +1,7 @@
{{include file="section_title.tpl"}} {{include file="section_title.tpl"}}
{{$tab_str}} {{$tab_str nofilter}}
<div id="viewcontact_wrapper-{{$id}}"> <div id="viewcontact_wrapper-{{$id}}">
{{foreach $contacts as $contact}} {{foreach $contacts as $contact}}
@ -11,4 +11,4 @@
<div class="clear"></div> <div class="clear"></div>
<div id="view-contact-end"></div> <div id="view-contact-end"></div>
{{$paginate}} {{$paginate nofilter}}

View File

@ -1,2 +1,2 @@
{{$phrase}} {{$phrase nofilter}}

View File

@ -18,5 +18,5 @@
</p> </p>
{{/if}} {{/if}}
<div id="content-filter-{{$rnd}}" class="content-filter-content" style="display: none;"> <div id="content-filter-{{$rnd}}" class="content-filter-content" style="display: none;">
{{$html}} {{$html nofilter}}
</div> </div>

View File

@ -50,7 +50,7 @@
<div class="wall-item-content" id="wall-item-content-{{$item.id}}" > <div class="wall-item-content" id="wall-item-content-{{$item.id}}" >
<div class="wall-item-title p-name" id="wall-item-title-{{$item.id}}">{{$item.title}}</div> <div class="wall-item-title p-name" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
<div class="wall-item-title-end"></div> <div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-{{$item.id}}" ><span class="e-content">{{$item.body}}<span> <div class="wall-item-body" id="wall-item-body-{{$item.id}}" ><span class="e-content">{{$item.body nofilter}}<span>
<div class="body-tag"> <div class="body-tag">
{{if !$item.suppress_tags}} {{if !$item.suppress_tags}}
{{foreach $item.tags as $tag}} {{foreach $item.tags as $tag}}
@ -117,7 +117,7 @@
{{if $item.threaded}} {{if $item.threaded}}
{{if $item.comment}} {{if $item.comment}}
<div class="wall-item-comment-wrapper {{$item.indent}}" > <div class="wall-item-comment-wrapper {{$item.indent}}" >
{{$item.comment}} {{$item.comment nofilter}}
</div> </div>
{{/if}} {{/if}}
{{/if}} {{/if}}
@ -130,7 +130,7 @@
{{if $item.flatten}} {{if $item.flatten}}
<div class="wall-item-comment-wrapper" > <div class="wall-item-comment-wrapper" >
{{$item.comment}} {{$item.comment nofilter}}
</div> </div>
{{/if}} {{/if}}
</div> </div>

View File

@ -7,7 +7,7 @@
<div id="prvmail-wrapper" > <div id="prvmail-wrapper" >
<form id="prvmail-form" action="wallmessage/{{$nickname}}" method="post" > <form id="prvmail-form" action="wallmessage/{{$nickname}}" method="post" >
{{$parent}} {{$parent nofilter}}
<div id="prvmail-to-label">{{$to}}</div> <div id="prvmail-to-label">{{$to}}</div>
{{$recipname}} {{$recipname}}

View File

@ -10,7 +10,7 @@
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}} {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
{{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}} {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name nofilter}}</dd></dl>{{/if}}
{{if $location}} {{if $location}}
<dl class="location"><dt class="location-label">{{$location}}</dt> <dl class="location"><dt class="location-label">{{$location}}</dt>
@ -56,6 +56,6 @@
</div> </div>
</div> </div>
{{$contact_block}} {{$contact_block nofilter}}

View File

@ -5,7 +5,7 @@
<div id="prvmail-wrapper" > <div id="prvmail-wrapper" >
<form id="prvmail-form" action="message" method="post" > <form id="prvmail-form" action="message" method="post" >
{{$parent}} {{$parent nofilter}}
<div id="prvmail-to-label">{{$to}}</div> <div id="prvmail-to-label">{{$to}}</div>

View File

@ -93,7 +93,7 @@
</tfoot> </tfoot>
</table> </table>
{{$paginate}} {{$paginate nofilter}}
{{else}} {{else}}
<p>{{$no_data}}</p> <p>{{$no_data}}</p>

View File

@ -10,7 +10,7 @@
<div class='contact-block-content'> <div class='contact-block-content'>
{{foreach $micropro as $m}} {{foreach $micropro as $m}}
{{$m}} {{$m nofilter}}
{{/foreach}} {{/foreach}}
</div> </div>
{{/if}} {{/if}}

View File

@ -5,7 +5,7 @@
<div id="contact-edit-wrapper" > <div id="contact-edit-wrapper" >
{{* Insert Tab-Nav *}} {{* Insert Tab-Nav *}}
{{$tab_str}} {{$tab_str nofilter}}
<div id="contact-edit-content-wrapper"> <div id="contact-edit-content-wrapper">
@ -113,8 +113,8 @@
{{if $about}} {{if $about}}
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<hr class="profile-separator"> <hr class="profile-separator">
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">{{$about}}</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-muted">{{$about_label}}</div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-muted">{{$about_label}}</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">{{$about nofilter}}</div>
</div> </div>
{{/if}} {{/if}}
</div> </div>

View File

@ -3,7 +3,7 @@
var dropContact = "{{$contact_drop_confirm}}"; var dropContact = "{{$contact_drop_confirm}}";
</script> </script>
{{$tabs}} {{$tabs nofilter}}
<div id="contacts" class="generic-page-wrapper"> <div id="contacts" class="generic-page-wrapper">
@ -61,5 +61,5 @@
<div id="contact-edit-end" class="clear"></div> <div id="contact-edit-end" class="clear"></div>
</form> </form>
{{$paginate}} {{$paginate nofilter}}
</div> </div>

View File

@ -2,11 +2,11 @@
<div id="crepair" class="generic-page-wrapper"> <div id="crepair" class="generic-page-wrapper">
{{include file="section_title.tpl"}} {{include file="section_title.tpl"}}
{{$tab_str}} {{$tab_str nofilter}}
<div class="crepair-error-message">{{$warning}}</div><br> <div class="crepair-error-message">{{$warning nofilter}}</div><br>
<div class="crepair-return"> <div class="crepair-return">
{{$info}}<br> {{$info nofilter}}<br>
<!-- <a href="{{$returnaddr}}">{{$return}}</a> --> <!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
</div> </div>
<br /> <br />

View File

@ -37,4 +37,4 @@
<div class="directory-end" ></div> <div class="directory-end" ></div>
{{$paginate}} {{$paginate nofilter}}

View File

@ -22,7 +22,7 @@
</span> </span>
{{if $location.name}} {{if $location.name}}
<span role="presentation" aria-hidden="true"> · </span> <span role="presentation" aria-hidden="true"> · </span>
<span class="event-location event-card-location">{{$location.name}}</span> <span class="event-location event-card-location">{{$location.name nofilter}}</span>
{{/if}} {{/if}}
</div> </div>
<div class="event-card-profile-name profile-entry-name"> <div class="event-card-profile-name profile-entry-name">

View File

@ -1,5 +1,5 @@
<div class="generic-page-wrapper"> <div class="generic-page-wrapper">
{{$tabs}} {{$tabs nofilter}}
{{include file="section_title.tpl" title=$title pullright=1}} {{include file="section_title.tpl" title=$title pullright=1}}
{{* The link to create a new event *}} {{* The link to create a new event *}}

View File

@ -5,7 +5,7 @@
<label for="id_{{$field.0}}"> <label for="id_{{$field.0}}">
{{$field.1}} {{$field.1}}
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</label> </label>
</div> </div>

View File

@ -7,7 +7,7 @@
<span class="input-group-addon"><i></i></span> <span class="input-group-addon"><i></i></span>
</div> </div>
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
<div id="end_{{$field.0}}" class="field_end"></div> <div id="end_{{$field.0}}" class="field_end"></div>
</div> </div>

View File

@ -1,8 +1,8 @@
<div class="form-group field custom"> <div class="form-group field custom">
<label for="{{$field.0}}">{{$field.1}}</label> <label for="{{$field.0}}">{{$field.1}}</label>
{{$field.2}} {{$field.2 nofilter}}
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

View File

@ -7,7 +7,7 @@
<span class="input-group-addon image-select"><i class="fa fa-picture-o"></i></span> <span class="input-group-addon image-select"><i class="fa fa-picture-o"></i></span>
</div> </div>
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
<div id="end_{{$field.0}}" class="field_end"></div> <div id="end_{{$field.0}}" class="field_end"></div>
</div> </div>

View File

@ -5,7 +5,7 @@
{{/if}} {{/if}}
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}"{{if $field.6 eq "email"}} type="email"{{elseif $field.6 eq "url"}} type="url"{{else}} type="text"{{/if}} value="{{$field.2}}"{{if $field.4 eq "required"}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby="{{$field.0}}_tip"> <input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}"{{if $field.6 eq "email"}} type="email"{{elseif $field.6 eq "url"}} type="url"{{else}} type="text"{{/if}} value="{{$field.2}}"{{if $field.4 eq "required"}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby="{{$field.0}}_tip">
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View File

@ -3,7 +3,7 @@
<input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}} aria-checked="{{if $field.2}}true{{else}}false{{/if}}" aria-describedby="{{$field.0}}_tip"> <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}} aria-checked="{{if $field.2}}true{{else}}false{{/if}}" aria-describedby="{{$field.0}}_tip">
<label for="id_{{$field.0}}">{{$field.1}}</label> <label for="id_{{$field.0}}">{{$field.1}}</label>
{{if $field.4}} {{if $field.4}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.4}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.4 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View File

@ -3,7 +3,7 @@
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}</label> <label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}</label>
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="text" value="{{$field.2}}" aria-describedby="{{$field.0}}_tip"> <input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="text" value="{{$field.2}}" aria-describedby="{{$field.0}}_tip">
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View File

@ -3,7 +3,7 @@
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}}<span class="required"> {{$field.4}}</span>{{/if}}</label> <label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}}<span class="required"> {{$field.4}}</span>{{/if}}</label>
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="password" value="{{$field.2}}" {{if $field.4 eq "required"}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby="{{$field.0}}_tip"> <input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="password" value="{{$field.2}}" {{if $field.4 eq "required"}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}} aria-describedby="{{$field.0}}_tip">
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View File

@ -5,7 +5,7 @@
<label for="id_{{$field.0}}_{{$field.2}}"> <label for="id_{{$field.0}}_{{$field.2}}">
{{$field.1}} {{$field.1}}
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_{{$field.2}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_{{$field.2}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</label> </label>
</div> </div>

View File

@ -5,6 +5,6 @@
{{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}} {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
</select> </select>
{{if $field.3}} {{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span> <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
{{/if}} {{/if}}
</div> </div>

Some files were not shown because too many files have changed in this diff Show More