@ -0,0 +1,272 @@ |
||||
/* ------------------------------------------------------------------------------------------------- |
||||
|
||||
ownCloud changes: search for OWNCLOUD |
||||
|
||||
Based on formtastic style sheet |
||||
This stylesheet forms part of the Formtastic Rails Plugin |
||||
(c) 2008-2011 Justin French |
||||
|
||||
--------------------------------------------------------------------------------------------------*/ |
||||
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic, |
||||
.formtastic ul, |
||||
.formtastic ol, |
||||
.formtastic li, |
||||
.formtastic fieldset, |
||||
.formtastic legend, |
||||
/*.formtastic input, |
||||
.formtastic textarea, |
||||
.formtastic select, COMMENTED BY OWNCLOUD */ |
||||
.formtastic p { |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
|
||||
.formtastic fieldset { |
||||
border:0; |
||||
} |
||||
|
||||
.formtastic em, |
||||
.formtastic strong { |
||||
font-style:normal; |
||||
font-weight:normal; |
||||
} |
||||
|
||||
.formtastic ol, |
||||
.formtastic ul { |
||||
list-style:none; |
||||
} |
||||
|
||||
.formtastic abbr, |
||||
.formtastic acronym { |
||||
border:0; |
||||
font-variant:normal; |
||||
} |
||||
|
||||
/*.formtastic input, |
||||
.formtastic textarea { |
||||
font-family:sans-serif; |
||||
font-size:inherit; |
||||
font-weight:inherit; |
||||
} |
||||
|
||||
.formtastic input, |
||||
.formtastic textarea, |
||||
.formtastic select { |
||||
font-size:100%; |
||||
} COMMENTED BY OWNCLOUD */ |
||||
|
||||
.formtastic legend { |
||||
white-space:normal; |
||||
color:#000; |
||||
} |
||||
|
||||
/* SEMANTIC ERRORS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .errors { |
||||
color:#cc0000; |
||||
margin:0.5em 0 1.5em 25%; |
||||
list-style:square; |
||||
} |
||||
|
||||
.formtastic .errors li { |
||||
padding:0; |
||||
border:none; |
||||
display:list-item; |
||||
} |
||||
|
||||
|
||||
/* BUTTONS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .buttons { |
||||
overflow:hidden; /* clear containing floats */ |
||||
padding-left:25%; |
||||
} |
||||
|
||||
.formtastic .button { |
||||
float:left; |
||||
padding-right:0.5em; |
||||
border:none; /* ADDED BY OWNCLOUD */ |
||||
} |
||||
|
||||
|
||||
/* INPUTS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .inputs { |
||||
overflow:hidden; /* clear containing floats */ |
||||
} |
||||
|
||||
.formtastic .input { |
||||
overflow:hidden; /* clear containing floats */ |
||||
padding:0.5em 0; /* padding and negative margin juggling is for Firefox */ |
||||
margin-top:-0.5em; |
||||
margin-bottom:1em; |
||||
} |
||||
|
||||
|
||||
/* LEFT ALIGNED LABELS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .input .label { |
||||
display:block; |
||||
width:25%; |
||||
float:left; |
||||
padding-top:.2em; |
||||
} |
||||
|
||||
.formtastic .fragments .label, |
||||
.formtastic .choices .label { |
||||
position:absolute; |
||||
width:95%; |
||||
left:0px; |
||||
} |
||||
|
||||
.formtastic .fragments .label label, |
||||
.formtastic .choices .label label { |
||||
position:absolute; |
||||
} |
||||
|
||||
/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets) |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .choices { |
||||
position:relative; |
||||
} |
||||
|
||||
.formtastic .choices-group { |
||||
float:left; |
||||
width:74%; |
||||
margin:0; |
||||
padding:0 0 0 25%; |
||||
} |
||||
|
||||
.formtastic .choice { |
||||
padding:0; |
||||
border:0; |
||||
} |
||||
|
||||
|
||||
/* INLINE HINTS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .input .inline-hints { |
||||
color:#666; |
||||
margin:0.5em 0 0 25%; |
||||
} |
||||
|
||||
|
||||
/* INLINE ERRORS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .inline-errors { |
||||
color:#cc0000; |
||||
margin:0.5em 0 0 25%; |
||||
} |
||||
|
||||
.formtastic .errors { |
||||
color:#cc0000; |
||||
margin:0.5em 0 0 25%; |
||||
list-style:square; |
||||
} |
||||
|
||||
.formtastic .errors li { |
||||
padding:0; |
||||
border:none; |
||||
display:list-item; |
||||
} |
||||
|
||||
|
||||
/* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .stringish input { |
||||
width:72%; |
||||
} |
||||
|
||||
.formtastic .stringish input[size] { |
||||
width:auto; |
||||
max-width:72%; |
||||
} |
||||
|
||||
|
||||
/* TEXTAREA OVERRIDES |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .text textarea { |
||||
width:72%; |
||||
} |
||||
|
||||
.formtastic .text textarea[cols] { |
||||
width:auto; |
||||
max-width:72%; |
||||
} |
||||
|
||||
|
||||
/* HIDDEN OVERRIDES |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .hidden { |
||||
display:none; |
||||
} |
||||
|
||||
|
||||
/* BOOLEAN LABELS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .boolean label { |
||||
padding-left:25%; |
||||
display:block; |
||||
} |
||||
|
||||
|
||||
/* CHOICE GROUPS |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .choices-group { |
||||
margin-bottom:-0.5em; |
||||
} |
||||
|
||||
.formtastic .choice { |
||||
margin:0.1em 0 0.5em 0; |
||||
} |
||||
|
||||
.formtastic .choice label { |
||||
float:none; |
||||
width:100%; |
||||
line-height:100%; |
||||
padding-top:0; |
||||
margin-bottom:0.6em; |
||||
} |
||||
|
||||
|
||||
/* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input) |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .choice label input, |
||||
.formtastic .boolean label input { |
||||
margin:0 0.3em 0 0.1em; |
||||
line-height:100%; |
||||
} |
||||
|
||||
|
||||
/* FRAGMENTED INPUTS (DATE/TIME/DATETIME) |
||||
--------------------------------------------------------------------------------------------------*/ |
||||
.formtastic .fragments { |
||||
position:relative; |
||||
} |
||||
|
||||
.formtastic .fragments-group { |
||||
float:left; |
||||
width:74%; |
||||
margin:0; |
||||
padding:0 0 0 25%; |
||||
} |
||||
|
||||
.formtastic .fragment { |
||||
float:left; |
||||
width:auto; |
||||
margin:0 .3em 0 0; |
||||
padding:0; |
||||
border:0; |
||||
} |
||||
|
||||
.formtastic .fragment label { |
||||
display:none; |
||||
} |
||||
|
||||
.formtastic .fragment label input { |
||||
display:inline; |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
@ -1,3 +1,30 @@ |
||||
.contacts_details_left {text-align:right;vertical-align:top;padding:2px;} |
||||
.contacts_details_right {text-align:left;vertical-align:top;padding:2px;} |
||||
#contacts_details_name { font-weight:bold;font-size:1.1em;margin-left:25%;} |
||||
#contacts_details_photo { margin:.5em 0em .5em 25%; } |
||||
|
||||
#contacts_deletecard {position:absolute;top:15px;right:0;} |
||||
#contacts_details_list { list-style:none; } |
||||
#contacts_details_list li { overflow:hidden; } |
||||
#contacts_details_list li p.contacts_property_name { width:25%; float:left;text-align:right;padding-right:0.3em; } |
||||
#contacts_details_list li p.contacts_property_data, #contacts_details_list li ul.contacts_property_data { width:72%; overflow:hidden; } |
||||
#contacts_addproperty, #contacts_addproperty_button { margin-left:25%; } |
||||
|
||||
.contacts_property_data ul, .contacts_property_data ol { list-style:none; } |
||||
.contacts_property_data li { overflow: hidden; } |
||||
.contacts_property_data li label { width:20%; float:left; text-align:right;padding-right:0.3em; } |
||||
.contacts_property_data li input { width:70%;overflow:hidden; } |
||||
|
||||
/* Form setup ----------------------------------------------------------------*/ |
||||
/* .forme {} */ |
||||
/* .forme ul, .forme ol { list-style:none; } */ |
||||
/* .forme .inputs, .forme .buttons { overflow: hidden; } */ |
||||
|
||||
/* Labels --------------------------------------------------------------------*/ |
||||
/* .forme .input .label { width:25%; float:left; display:block; } */ |
||||
|
||||
/* Inputs --------------------------------------------------------------------*/ |
||||
/* .forme .stringish input { width:72%; } */ |
||||
/* .forme .text textarea { width:72%; } */ |
||||
|
||||
/* Buttons -------------------------------------------------------------------*/ |
||||
/* .forme .buttons { padding-left:25%; } */ |
||||
/* .forme .button { float:left; padding-left:0.5em; } */ |
||||
|
||||
@ -1,51 +1,111 @@ |
||||
<form id="contacts_addcardform"> |
||||
<form class="formtastic" id="contacts_addcardform"> |
||||
<?php if(count($_['addressbooks'])==1): ?> |
||||
<input type="hidden" name="id" value="<?php echo $_['addressbooks'][0]['id']; ?>">
|
||||
<?php else: ?> |
||||
<label for="id"><?php echo $l->t('Group'); ?></label>
|
||||
<select name="id" size="1"> |
||||
<?php foreach($_['addressbooks'] as $addressbook): ?> |
||||
<option value="<?php echo $addressbook['id']; ?>"><?php echo $addressbook['displayname']; ?></option>
|
||||
<?php endforeach; ?> |
||||
</select> |
||||
<fieldset class="inputs"> |
||||
<ol> |
||||
<li class="input stringish"> |
||||
<label class="label" for="id"><?php echo $l->t('Group'); ?></label>
|
||||
<select name="id" size="1"> |
||||
<?php foreach($_['addressbooks'] as $addressbook): ?> |
||||
<option value="<?php echo $addressbook['id']; ?>"><?php echo $addressbook['displayname']; ?></option>
|
||||
<?php endforeach; ?> |
||||
</select> |
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
<?php endif; ?> |
||||
<label for="fn"><?php echo $l->t('Name'); ?></label>
|
||||
<input type="text" name="fn" value=""><br> |
||||
<label for="ADR"><?php echo $l->t('Address'); ?></label>
|
||||
<div id="contacts_addresspart"> |
||||
<select id="ADR" name="parameters[ADR][TYPE]" size="1"> |
||||
<option value="adr_work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="adr_home" selected="selected"><?php echo $l->t('Home'); ?></option>
|
||||
</select> |
||||
<p><label><?php echo $l->t('PO Box'); ?></label> <input type="text" name="value[ADR][0]" value=""></p>
|
||||
<p><label><?php echo $l->t('Extended'); ?></label> <input type="text" name="value[ADR][1]" value=""></p>
|
||||
<p><label><?php echo $l->t('Street'); ?></label> <input type="text" name="value[ADR][2]" value=""></p>
|
||||
<p><label><?php echo $l->t('City'); ?></label> <input type="text" name="value[ADR][3]" value=""></p>
|
||||
<p><label><?php echo $l->t('Region'); ?></label> <input type="text" name="value[ADR][4]" value=""></p>
|
||||
<p><label><?php echo $l->t('Zipcode'); ?></label> <input type="text" name="value[ADR][5]" value=""></p>
|
||||
<p><label><?php echo $l->t('Country'); ?></label> <input type="text" name="value[ADR][6]" value=""></p>
|
||||
</div> |
||||
<label for="TEL"><?php echo $l->t('Telephone'); ?></label>
|
||||
<div id="contacts_phonepart"> |
||||
<select id="TEL" name="parameters[TEL][TYPE]" size="1"> |
||||
<option value="home"><?php echo $l->t('Home'); ?></option>
|
||||
<option value="cell" selected="selected"><?php echo $l->t('Mobile'); ?></option>
|
||||
<option value="work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="text"><?php echo $l->t('Text'); ?></option>
|
||||
<option value="voice"><?php echo $l->t('Voice'); ?></option>
|
||||
<option value="fax"><?php echo $l->t('Fax'); ?></option>
|
||||
<option value="video"><?php echo $l->t('Video'); ?></option>
|
||||
<option value="pager"><?php echo $l->t('Pager'); ?></option>
|
||||
</select> |
||||
<input type="text" name="value[TEL]" value=""> |
||||
</div> |
||||
<label for="EMAIL"><?php echo $l->t('Email'); ?></label>
|
||||
<div id="contacts_email"> |
||||
<input id="EMAIL" type="text" name="value[EMAIL]" value=""> |
||||
</div> |
||||
<label for="ORG"><?php echo $l->t('Organization'); ?></label>
|
||||
<div id="contacts_organisation"> |
||||
<input id="ORG" type="text" name="value[ORG]" value=""> |
||||
</div> |
||||
<input type="submit" name="submit" value="<?php echo $l->t('Create Contact'); ?>">
|
||||
<fieldset class="inputs"> |
||||
<ol> |
||||
<li class="input stringish"> |
||||
<label class="label" for="fn"><?php echo $l->t('Name'); ?></label>
|
||||
<input type="text" name="fn" value=""><br> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="org"><?php echo $l->t('Organization'); ?></label>
|
||||
<input id="org" type="text" name="value[ORG]" value=""> |
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
<fieldset class="inputs"> |
||||
<ol> |
||||
<li class="input stringish"> |
||||
<label class="label" for="email"><?php echo $l->t('Email'); ?></label>
|
||||
<input id="email" type="text" name="value[EMAIL]" value=""> |
||||
</li> |
||||
<li class="input"> |
||||
<fieldset class="fragments"> |
||||
<legend class="label"> |
||||
<label for="tel"><?php echo $l->t('Telephone'); ?></label>
|
||||
</legend> |
||||
<ol class="fragments-group"> |
||||
<li class="fragment"> |
||||
<label for="tel"><?php echo $l->t('Number'); ?></label>
|
||||
<input type="phone" id="tel" name="value[TEL]" value=""> |
||||
</li> |
||||
<li class="fragment"> |
||||
<label for="tel_type"><?php echo $l->t('Type'); ?></label>
|
||||
<select id="TEL" name="parameters[TEL][TYPE]" size="1"> |
||||
<option value="home"><?php echo $l->t('Home'); ?></option>
|
||||
<option value="cell" selected="selected"><?php echo $l->t('Mobile'); ?></option>
|
||||
<option value="work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="text"><?php echo $l->t('Text'); ?></option>
|
||||
<option value="voice"><?php echo $l->t('Voice'); ?></option>
|
||||
<option value="fax"><?php echo $l->t('Fax'); ?></option>
|
||||
<option value="video"><?php echo $l->t('Video'); ?></option>
|
||||
<option value="pager"><?php echo $l->t('Pager'); ?></option>
|
||||
</select> |
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
<fieldset class="inputs"> |
||||
<legend><?php echo $l->t('Address'); ?></legend>
|
||||
<ol> |
||||
<li class="input"> |
||||
<label class="label" for="adr_type"><?php echo $l->t('Type'); ?></label>
|
||||
<select id="adr_type" name="parameters[ADR][TYPE]" size="1"> |
||||
<option value="work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="home" selected="selected"><?php echo $l->t('Home'); ?></option>
|
||||
</select> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_pobox"><?php echo $l->t('PO Box'); ?></label>
|
||||
<input type="text" id="adr_pobox" name="value[ADR][0]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_extended"><?php echo $l->t('Extended'); ?></label>
|
||||
<input type="text" id="adr_extended" name="value[ADR][1]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_street"><?php echo $l->t('Street'); ?></label>
|
||||
<input type="text" for="adr_street" name="value[ADR][2]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_city"><?php echo $l->t('City'); ?></label>
|
||||
<input type="text" for="adr_city" name="value[ADR][3]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_region"><?php echo $l->t('Region'); ?></label>
|
||||
<input type="text" for="adr_region" name="value[ADR][4]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_zipcode"><?php echo $l->t('Zipcode'); ?></label>
|
||||
<input type="text" for="adr_zipcode" name="value[ADR][5]" value=""> |
||||
</li> |
||||
<li class="input stringish"> |
||||
<label class="label" for="adr_country"><?php echo $l->t('Country'); ?></label>
|
||||
<input type="text" id="adr_country" name="value[ADR][6]" value=""> |
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
<fieldset class="buttons"> |
||||
<ol> |
||||
<li class="commit button"> |
||||
<input class="create" type="submit" name="submit" value="<?php echo $l->t('Create Contact'); ?>">
|
||||
</li> |
||||
</ol> |
||||
</fieldset> |
||||
</form> |
||||
|
||||
@ -1,44 +0,0 @@ |
||||
<form id="contacts_addpropertyform"> |
||||
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
|
||||
<select name="name" size="1"> |
||||
<option value="ADR"><?php echo $l->t('Address'); ?></option>
|
||||
<option value="TEL"><?php echo $l->t('Telephone'); ?></option>
|
||||
<option value="EMAIL" selected="selected"><?php echo $l->t('Email'); ?></option>
|
||||
<option value="ORG"><?php echo $l->t('Organization'); ?></option>
|
||||
</select> |
||||
<div id="contacts_generic"> |
||||
<input type="text" name="value" value=""> |
||||
</div> |
||||
<input type="submit"> |
||||
</form> |
||||
<div id="contacts_addcontactsparts" style="display:none;"> |
||||
<div id="contacts_addresspart"> |
||||
<select name="parameters[TYPE]" size="1"> |
||||
<option value="adr_work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="adr_home" selected="selected"><?php echo $l->t('Home'); ?></option>
|
||||
</select> |
||||
<p><label><?php echo $l->t('PO Box'); ?></label> <input type="text" name="value[0]" value=""></p>
|
||||
<p><label><?php echo $l->t('Extended'); ?></label> <input type="text" name="value[1]" value=""></p>
|
||||
<p><label><?php echo $l->t('Street'); ?></label> <input type="text" name="value[2]" value=""></p>
|
||||
<p><label><?php echo $l->t('City'); ?></label> <input type="text" name="value[3]" value=""></p>
|
||||
<p><label><?php echo $l->t('Region'); ?></label> <input type="text" name="value[4]" value=""></p>
|
||||
<p><label><?php echo $l->t('Zipcode'); ?></label> <input type="text" name="value[5]" value=""></p>
|
||||
<p><label><?php echo $l->t('Country'); ?></label> <input type="text" name="value[6]" value=""></p>
|
||||
</div> |
||||
<div id="contacts_phonepart"> |
||||
<select name="parameters[TYPE]" size="1"> |
||||
<option value="home"><?php echo $l->t('Home'); ?></option>
|
||||
<option value="cell" selected="selected"><?php echo $l->t('Mobile'); ?></option>
|
||||
<option value="work"><?php echo $l->t('Work'); ?></option>
|
||||
<option value="text"><?php echo $l->t('Text'); ?></option>
|
||||
<option value="voice"><?php echo $l->t('Voice'); ?></option>
|
||||
<option value="fax"><?php echo $l->t('Fax'); ?></option>
|
||||
<option value="video"><?php echo $l->t('Video'); ?></option>
|
||||
<option value="pager"><?php echo $l->t('Pager'); ?></option>
|
||||
</select> |
||||
<input type="text" name="value" value=""> |
||||
</div> |
||||
<div id="contacts_generic"> |
||||
<input type="text" name="value" value=""> |
||||
</div> |
||||
</div> |
||||
@ -1,72 +1,66 @@ |
||||
<tr class="contacts_details_property" data-checksum="<?php echo $_['property']['checksum']; ?>">
|
||||
<?php if($_['property']['name'] == 'FN'): ?> |
||||
<td class="contacts_details_left"></td> |
||||
<td class="contacts_details_right"> |
||||
<strong><?php echo $_['property']['value']; ?></strong>
|
||||
<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
|
||||
</td> |
||||
<?php elseif($_['property']['name'] == 'BDAY'): ?> |
||||
<td class="contacts_details_left"><?php echo $l->t('Birthday'); ?></td>
|
||||
<td class="contacts_details_right"> |
||||
<?php echo $l->l('date',new DateTime($_['property']['value'])); ?> |
||||
<li class="contacts_property" data-checksum="<?php echo $_['property']['checksum']; ?>">
|
||||
<?php if($_['property']['name'] == 'BDAY'): ?> |
||||
<p class="contacts_property_name"><?php echo $l->t('Birthday'); ?></p>
|
||||
<p class="contacts_property_data"> |
||||
<?php echo $l->l('date',new DateTime($_['property']['value'])); ?> |
||||
<span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
|
||||
</td> |
||||
</p> |
||||
<?php elseif($_['property']['name'] == 'ORG'): ?> |
||||
<td class="contacts_details_left"><?php echo $l->t('Organization'); ?></td>
|
||||
<td class="contacts_details_right"> |
||||
<p class="contacts_property_name"><?php echo $l->t('Organization'); ?></p>
|
||||
<p class="contacts_property_data"> |
||||
<?php echo $_['property']['value']; ?> |
||||
<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
|
||||
<span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
|
||||
</td> |
||||
</p> |
||||
<?php elseif($_['property']['name'] == 'EMAIL'): ?> |
||||
<td class="contacts_details_left"><?php echo $l->t('Email'); ?></td>
|
||||
<td class="contacts_details_right"> |
||||
<p class="contacts_property_name"><?php echo $l->t('Email'); ?></p>
|
||||
<p class="contacts_property_data"> |
||||
<?php echo $_['property']['value']; ?> |
||||
<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
|
||||
<span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
|
||||
</td> |
||||
</p> |
||||
<?php elseif($_['property']['name'] == 'TEL'): ?> |
||||
<td class="contacts_details_left"><?php echo $l->t('Phone'); ?></td>
|
||||
<td class="contacts_details_right"> |
||||
<p class="contacts_property_name"><?php echo $l->t('Phone'); ?></p>
|
||||
<p class="contacts_property_data"> |
||||
<?php echo $_['property']['value']; ?> |
||||
<?php if(isset($_['property']['parameters']['TYPE'])): ?> |
||||
(<?php echo strtolower($_['property']['parameters']['TYPE']); ?>)
|
||||
(<?php echo $l->t(ucwords(str_replace('cell','mobile',strtolower($_['property']['parameters']['TYPE'])))); ?>)
|
||||
<?php endif; ?> |
||||
<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
|
||||
<span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
|
||||
</td> |
||||
</p> |
||||
<?php elseif($_['property']['name'] == 'ADR'): ?> |
||||
<td class="contacts_details_left"> |
||||
<p class="contacts_property_name"> |
||||
<?php echo $l->t('Address'); ?> |
||||
<?php if(isset($_['property']['parameters']['TYPE'])): ?> |
||||
<br> |
||||
(<?php echo strtolower($_['property']['parameters']['TYPE']); ?>)
|
||||
(<?php echo $l->t(ucwords($_['property']['parameters']['TYPE'])); ?>)
|
||||
<?php endif; ?> |
||||
</td> |
||||
<td class="contacts_details_right"> |
||||
</p> |
||||
<p class="contacts_property_data"> |
||||
<?php if(!empty($_['property']['value'][0])): ?> |
||||
<?php echo $l->t('PO Box'); ?> <?php echo $_['property']['value'][0]; ?><br>
|
||||
<?php echo $_['property']['value'][0]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][1])): ?> |
||||
<?php echo $l->t('Extended'); ?> <?php echo $_['property']['value'][1]; ?><br>
|
||||
<?php echo $_['property']['value'][1]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][2])): ?> |
||||
<?php echo $l->t('Street'); ?> <?php echo $_['property']['value'][2]; ?><br>
|
||||
<?php echo $_['property']['value'][2]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][3])): ?> |
||||
<?php echo $l->t('City'); ?> <?php echo $_['property']['value'][3]; ?><br>
|
||||
<?php echo $_['property']['value'][3]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][4])): ?> |
||||
<?php echo $l->t('Region'); ?> <?php echo $_['property']['value'][4]; ?><br>
|
||||
<?php echo $_['property']['value'][4]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][5])): ?> |
||||
<?php echo $l->t('Zipcode'); ?> <?php echo $_['property']['value'][5]; ?><br>
|
||||
<?php echo $_['property']['value'][5]; ?><br>
|
||||
<?php endif; ?> |
||||
<?php if(!empty($_['property']['value'][6])): ?> |
||||
<?php echo $l->t('Country'); ?> <?php echo $_['property']['value'][6]; ?>
|
||||
<?php echo $_['property']['value'][6]; ?> |
||||
<?php endif; ?> |
||||
<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
|
||||
<span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
|
||||
</td> |
||||
</p> |
||||
<?php endif; ?> |
||||
</tr> |
||||
</li> |
||||
|
||||
@ -1,18 +1,49 @@ |
||||
<form id="contacts_setpropertyform"> |
||||
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
|
||||
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
|
||||
<?php if($_['property']['name']=='ADR'): ?> |
||||
<label><?php echo $l->t('PO Box'); ?></label> <input type="text" name="value[0]" value="<?php echo $_['property']['value'][0]; ?>"><br>
|
||||
<label><?php echo $l->t('Extended'); ?></label> <input type="text" name="value[1]" value="<?php echo $_['property']['value'][1]; ?>"><br>
|
||||
<label><?php echo $l->t('Street'); ?></label> <input type="text" name="value[2]" value="<?php echo $_['property']['value'][2]; ?>"><br>
|
||||
<label><?php echo $l->t('City'); ?></label> <input type="text" name="value[3]" value="<?php echo $_['property']['value'][3]; ?>"><br>
|
||||
<label><?php echo $l->t('Region'); ?></label> <input type="text" name="value[4]" value="<?php echo $_['property']['value'][4]; ?>"><br>
|
||||
<label><?php echo $l->t('Zipcode'); ?></label> <input type="text" name="value[5]" value="<?php echo $_['property']['value'][5]; ?>"><br>
|
||||
<label><?php echo $l->t('Country'); ?></label> <input type="text" name="value[6]" value="<?php echo $_['property']['value'][6]; ?>"><br>
|
||||
<?php elseif($_['property']['name']=='TEL'): ?> |
||||
<input type="text" name="value" value="<?php echo $_['property']['value']; ?>">
|
||||
<?php else: ?> |
||||
<input type="text" name="value" value="<?php echo $_['property']['value']; ?>">
|
||||
<?php endif; ?> |
||||
<input type="submit" value="<?php echo $l->t('Edit'); ?>">
|
||||
</form> |
||||
<li class="contacts_property_edit" data-checksum="<?php echo $_['property']['checksum']; ?>">
|
||||
<form id="contacts_setpropertyform"> |
||||
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
|
||||
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
|
||||
<?php if($_['property']['name']=='ADR'): ?> |
||||
<p class="contacts_property_name"><label for="adr_pobox"><?php echo $l->t('Address'); ?></label></p>
|
||||
<ol class="contacts_property_data" id="contacts_addresspart"> |
||||
<li> |
||||
<label for="adr_pobox"><?php echo $l->t('PO Box'); ?></label>
|
||||
<input id="adr_pobox" type="text" name="value[0]" value="<?php echo $_['property']['value'][0] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_extended"><?php echo $l->t('Extended'); ?></label>
|
||||
<input id="adr_extended" type="text" name="value[1]" value="<?php echo $_['property']['value'][1] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_street"><?php echo $l->t('Street'); ?></label>
|
||||
<input id="adr_street" type="text" name="value[2]" value="<?php echo $_['property']['value'][2] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_city"><?php echo $l->t('City'); ?></label>
|
||||
<input id="adr_city" type="text" name="value[3]" value="<?php echo $_['property']['value'][3] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_region"><?php echo $l->t('Region'); ?></label>
|
||||
<input id="adr_region" type="text" name="value[4]" value="<?php echo $_['property']['value'][4] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_zipcode"><?php echo $l->t('Zipcode'); ?></label>
|
||||
<input id="adr_zipcode" type="text" name="value[5]" value="<?php echo $_['property']['value'][5] ?>">
|
||||
</li> |
||||
<li> |
||||
<label for="adr_country"><?php echo $l->t('Country'); ?></label>
|
||||
<input id="adr_country" type="text" name="value[6]" value="<?php echo $_['property']['value'][6] ?>">
|
||||
</li> |
||||
</ol> |
||||
<?php elseif($_['property']['name']=='TEL'): ?> |
||||
<p class="contacts_property_name"><label for="tel"><?php echo $l->t('Phone'); ?></label></p>
|
||||
<p class="contacts_property_data"><input id="tel" type="phone" name="value" value="<?php echo $_['property']['value']; ?>"></p>
|
||||
<?php elseif($_['property']['name']=='EMAIL'): ?> |
||||
<p class="contacts_property_name"><label for="email"><?php echo $l->t('Email'); ?></label></p>
|
||||
<p class="contacts_property_data"><input id="email" type="text" name="value" value="<?php echo $_['property']['value']; ?>"></p>
|
||||
<?php elseif($_['property']['name']=='ORG'): ?> |
||||
<p class="contacts_property_name"><label for="org"><?php echo $l->t('Organization'); ?></label></p>
|
||||
<p class="contacts_property_data"><input id="org" type="text" name="value" value="<?php echo $_['property']['value']; ?>"></p>
|
||||
<?php endif; ?> |
||||
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
|
||||
</form> |
||||
</li> |
||||
|
||||
@ -1,7 +1,7 @@ |
||||
<form id="mediaform"> |
||||
<fieldset class="personalblock"> |
||||
<strong>Contacts</strong><br /> |
||||
CardDAV syncing address: |
||||
CardDAV syncing address: |
||||
<?php echo OC_Helper::linkTo('apps/contacts', 'carddav.php', null, true); ?><br />
|
||||
</fieldset> |
||||
</form> |
||||
|
||||
@ -0,0 +1,24 @@ |
||||
<?php |
||||
/** |
||||
* Copyright (c) 2011, Frank Karlitschek <karlitschek@kde.org> |
||||
* This file is licensed under the Affero General Public License version 3 or later. |
||||
* See the COPYING-README file. |
||||
*/ |
||||
|
||||
require_once('../../../lib/base.php'); |
||||
OC_Util::checkAdminUser(); |
||||
|
||||
if(isset($_POST['s1name'])) OC_Config::setValue( 'external-site1name', $_POST['s1name'] ); |
||||
if(isset($_POST['s1url'])) OC_Config::setValue( 'external-site1url', $_POST['s1url'] ); |
||||
if(isset($_POST['s2name'])) OC_Config::setValue( 'external-site2name', $_POST['s2name'] ); |
||||
if(isset($_POST['s2url'])) OC_Config::setValue( 'external-site2url', $_POST['s2url'] ); |
||||
if(isset($_POST['s3name'])) OC_Config::setValue( 'external-site3name', $_POST['s3name'] ); |
||||
if(isset($_POST['s3url'])) OC_Config::setValue( 'external-site3url', $_POST['s3url'] ); |
||||
if(isset($_POST['s4name'])) OC_Config::setValue( 'external-site4name', $_POST['s4name'] ); |
||||
if(isset($_POST['s4url'])) OC_Config::setValue( 'external-site4url', $_POST['s4url'] ); |
||||
if(isset($_POST['s5name'])) OC_Config::setValue( 'external-site5name', $_POST['s5name'] ); |
||||
if(isset($_POST['s5url'])) OC_Config::setValue( 'external-site5url', $_POST['s5url'] ); |
||||
|
||||
echo 'true'; |
||||
|
||||
?> |
||||
@ -0,0 +1,37 @@ |
||||
<?php |
||||
|
||||
/** |
||||
* ownCloud - External plugin |
||||
* |
||||
* @author Frank Karlitschek |
||||
* @copyright 2011 Frank Karlitschek karlitschek@kde.org |
||||
* |
||||
* This library is free software; you can redistribute it and/or |
||||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
* License as published by the Free Software Foundation; either |
||||
* version 3 of the License, or any later version. |
||||
* |
||||
* This library is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. |
||||
* |
||||
* You should have received a copy of the GNU Lesser General Public |
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>. |
||||
* |
||||
*/ |
||||
|
||||
OC_APP::registerAdmin('external','settings'); |
||||
|
||||
OC_App::register( array( 'order' => 70, 'id' => 'external', 'name' => 'External' )); |
||||
|
||||
if(OC_Config::getValue( "external-site1name", '' )<>'') OC_App::addNavigationEntry( array( 'id' => 'external_index1', 'order' => 80, 'href' => OC_Helper::linkTo( 'external', 'index.php' ).'?id=1', 'icon' => OC_Helper::imagePath( 'external', 'external.png' ), 'name' => OC_Config::getValue( "external-site1name", '' ))); |
||||
|
||||
if(OC_Config::getValue( "external-site2name", '' )<>'') OC_App::addNavigationEntry( array( 'id' => 'external_index2', 'order' => 80, 'href' => OC_Helper::linkTo( 'external', 'index.php' ).'?id=2', 'icon' => OC_Helper::imagePath( 'external', 'external.png' ), 'name' => OC_Config::getValue( "external-site2name", '' ))); |
||||
|
||||
if(OC_Config::getValue( "external-site3name", '' )<>'') OC_App::addNavigationEntry( array( 'id' => 'external_index3', 'order' => 80, 'href' => OC_Helper::linkTo( 'external', 'index.php' ).'?id=3', 'icon' => OC_Helper::imagePath( 'external', 'external.png' ), 'name' => OC_Config::getValue( "external-site3name", '' ))); |
||||
|
||||
if(OC_Config::getValue( "external-site4name", '' )<>'') OC_App::addNavigationEntry( array( 'id' => 'external_index4', 'order' => 80, 'href' => OC_Helper::linkTo( 'external', 'index.php' ).'?id=4', 'icon' => OC_Helper::imagePath( 'external', 'external.png' ), 'name' => OC_Config::getValue( "external-site4name", '' ))); |
||||
|
||||
if(OC_Config::getValue( "external-site5name", '' )<>'') OC_App::addNavigationEntry( array( 'id' => 'external_index5', 'order' => 80, 'href' => OC_Helper::linkTo( 'external', 'index.php' ).'?id=5', 'icon' => OC_Helper::imagePath( 'external', 'external.png' ), 'name' => OC_Config::getValue( "external-site5name", '' ))); |
||||
|
||||
@ -0,0 +1,10 @@ |
||||
<?xml version="1.0"?> |
||||
<info> |
||||
<id>external</id> |
||||
<name>External</name> |
||||
<description>Show external Application in the ownCloud menu</description> |
||||
<version>1.0</version> |
||||
<licence>AGPL</licence> |
||||
<author>Frank Karlitschek</author> |
||||
<require>2</require> |
||||
</info> |
||||
|
After Width: | Height: | Size: 459 B |
|
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,47 @@ |
||||
<?php |
||||
|
||||
/** |
||||
* ownCloud - External plugin |
||||
* |
||||
* @author Frank Karlitschek |
||||
* @copyright 2011 Frank Karlitschek karlitschek@kde.org |
||||
* |
||||
* This library is free software; you can redistribute it and/or |
||||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
* License as published by the Free Software Foundation; either |
||||
* version 3 of the License, or any later version. |
||||
* |
||||
* This library is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. |
||||
* |
||||
* You should have received a copy of the GNU Lesser General Public |
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>. |
||||
* |
||||
*/ |
||||
|
||||
require_once('../../lib/base.php'); |
||||
|
||||
// Check if we are a user |
||||
if( !OC_User::isLoggedIn()){ |
||||
header( "Location: ".OC_Helper::linkTo( '', 'index.php' )); |
||||
exit(); |
||||
} |
||||
|
||||
|
||||
if(isset($_GET['id'])){ |
||||
|
||||
$id=$_GET['id']; |
||||
$id = (int) $id; |
||||
|
||||
$url=OC_Config::getValue( "external-site".$id."url", '' ); |
||||
OC_App::setActiveNavigationEntry( 'external_index'.$id ); |
||||
|
||||
$tmpl = new OC_Template( 'external', 'frame', 'user' ); |
||||
$tmpl->assign('url',$url); |
||||
$tmpl->printPage(); |
||||
|
||||
} |
||||
|
||||
?> |
||||
@ -0,0 +1,68 @@ |
||||
$(document).ready(function(){ |
||||
|
||||
|
||||
|
||||
$('#s1name').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s1name" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s1name .msg', data); }); |
||||
}); |
||||
|
||||
$('#s2name').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s2name" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s2name .msg', data); }); |
||||
}); |
||||
|
||||
$('#s3name').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s3name" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s3name .msg', data); }); |
||||
}); |
||||
|
||||
$('#s4name').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s4name" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s4name .msg', data); }); |
||||
}); |
||||
|
||||
$('#s5name').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s5name" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s5name .msg', data); }); |
||||
}); |
||||
|
||||
$('#s1url').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s1url" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s1url .msg', data); }); |
||||
}); |
||||
|
||||
$('#s2url').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s2url" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s2url .msg', data); }); |
||||
}); |
||||
|
||||
$('#s3url').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s3url" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s3url .msg', data); }); |
||||
}); |
||||
|
||||
$('#s4url').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s4url" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s4url .msg', data); }); |
||||
}); |
||||
|
||||
$('#s5url').blur(function(event){ |
||||
event.preventDefault(); |
||||
var post = $( "#s5url" ).serialize(); |
||||
$.post( OC.filePath('external','ajax','seturls.php') , post, function(data){ OC.msg.finishedSaving('#s5url .msg', data); }); |
||||
}); |
||||
|
||||
|
||||
}); |
||||
|
||||
|
||||
@ -0,0 +1,22 @@ |
||||
<?php |
||||
|
||||
OC_Util::checkAdminUser(); |
||||
|
||||
OC_Util::addScript( "external", "admin" ); |
||||
|
||||
$tmpl = new OC_Template( 'external', 'settings'); |
||||
|
||||
$tmpl->assign('s1name',OC_Config::getValue( "external-site1name", '' )); |
||||
$tmpl->assign('s2name',OC_Config::getValue( "external-site2name", '' )); |
||||
$tmpl->assign('s3name',OC_Config::getValue( "external-site3name", '' )); |
||||
$tmpl->assign('s4name',OC_Config::getValue( "external-site4name", '' )); |
||||
$tmpl->assign('s5name',OC_Config::getValue( "external-site5name", '' )); |
||||
|
||||
$tmpl->assign('s1url',OC_Config::getValue( "external-site1url", '' )); |
||||
$tmpl->assign('s2url',OC_Config::getValue( "external-site2url", '' )); |
||||
$tmpl->assign('s3url',OC_Config::getValue( "external-site3url", '' )); |
||||
$tmpl->assign('s4url',OC_Config::getValue( "external-site4url", '' )); |
||||
$tmpl->assign('s5url',OC_Config::getValue( "external-site5url", '' )); |
||||
|
||||
return $tmpl->fetchPage(); |
||||
?> |
||||
@ -0,0 +1,26 @@ |
||||
<iframe src="<?php echo $_['url']; ?>" width="100%" id="ifm" ></iframe>
|
||||
|
||||
|
||||
<script language="JavaScript"> |
||||
<!-- |
||||
|
||||
function pageY(elem) { |
||||
return elem.offsetParent ? (elem.offsetTop + pageY(elem.offsetParent)) : elem.offsetTop; |
||||
} |
||||
var buffer = 5; //scroll bar buffer |
||||
function resizeIframe() { |
||||
var height = document.documentElement.clientHeight; |
||||
height -= pageY(document.getElementById('ifm'))+ buffer ; |
||||
height = (height < 0) ? 0 : height; |
||||
document.getElementById('ifm').style.height = height + 'px'; |
||||
} |
||||
|
||||
document.getElementById('ifm').onload=resizeIframe; |
||||
window.onresize = resizeIframe; |
||||
|
||||
//--> |
||||
</script> |
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,23 @@ |
||||
<form id="external"> |
||||
<fieldset class="personalblock"> |
||||
<strong>External Sites</strong><br /> |
||||
<input type="text" name="s1name" id="s1name" value="<?php echo $_['s1name']; ?>" placeholder="<?php echo $l->t('Name');?>" />
|
||||
<input type="text" name="s1url" id="s1url" value="<?php echo $_['s1url']; ?>" placeholder="<?php echo $l->t('Url');?>" />
|
||||
<br /> |
||||
<input type="text" name="s2name" id="s2name" value="<?php echo $_['s2name']; ?>" placeholder="<?php echo $l->t('Name');?>" />
|
||||
<input type="text" name="s2url" id="s2url" value="<?php echo $_['s2url']; ?>" placeholder="<?php echo $l->t('Url');?>" />
|
||||
<br /> |
||||
<input type="text" name="s3name" id="s3name" value="<?php echo $_['s3name']; ?>" placeholder="<?php echo $l->t('Name');?>" />
|
||||
<input type="text" name="s3url" id="s3url" value="<?php echo $_['s3url']; ?>" placeholder="<?php echo $l->t('Url');?>" />
|
||||
<br /> |
||||
<input type="text" name="s4name" id="s4name" value="<?php echo $_['s4name']; ?>" placeholder="<?php echo $l->t('Name');?>" />
|
||||
<input type="text" name="s4url" id="s4url" value="<?php echo $_['s4url']; ?>" placeholder="<?php echo $l->t('Url');?>" />
|
||||
<br /> |
||||
<input type="text" name="s5name" id="s5name" value="<?php echo $_['s5name']; ?>" placeholder="<?php echo $l->t('Name');?>" />
|
||||
<input type="text" name="s5url" id="s5url" value="<?php echo $_['s5url']; ?>" placeholder="<?php echo $l->t('Url');?>" />
|
||||
<br /> |
||||
|
||||
|
||||
<span class="msg"></span> |
||||
</fieldset> |
||||
</form> |
||||
@ -1,6 +1,8 @@ |
||||
<?php |
||||
|
||||
OC_Util::addScript( 'files_imageviewer', 'lightbox' ); |
||||
OC_Util::addStyle( 'files_imageviewer', 'lightbox' ); |
||||
OC_Util::addScript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack'); |
||||
OC_Util::addScript('files_imageviewer', 'jquery.fancybox-1.3.4.pack'); |
||||
OC_Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' ); |
||||
|
||||
?> |
||||
|
||||
@ -0,0 +1,359 @@ |
||||
/* |
||||
* FancyBox - jQuery Plugin |
||||
* Simple and fancy lightbox alternative |
||||
* |
||||
* Examples and documentation at: http://fancybox.net |
||||
* |
||||
* Copyright (c) 2008 - 2010 Janis Skarnelis |
||||
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. |
||||
* |
||||
* Version: 1.3.4 (11/11/2010) |
||||
* Requires: jQuery v1.3+ |
||||
* |
||||
* Dual licensed under the MIT and GPL licenses: |
||||
* http://www.opensource.org/licenses/mit-license.php |
||||
* http://www.gnu.org/licenses/gpl.html |
||||
*/ |
||||
|
||||
#fancybox-loading { |
||||
position: fixed; |
||||
top: 50%; |
||||
left: 50%; |
||||
width: 40px; |
||||
height: 40px; |
||||
margin-top: -20px; |
||||
margin-left: -20px; |
||||
cursor: pointer; |
||||
overflow: hidden; |
||||
z-index: 1104; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-loading div { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 40px; |
||||
height: 480px; |
||||
background-image: url('../img/fancybox/fancybox.png'); |
||||
} |
||||
|
||||
#fancybox-overlay { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
z-index: 1100; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-tmp { |
||||
padding: 0; |
||||
margin: 0; |
||||
border: 0; |
||||
overflow: auto; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-wrap { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
padding: 20px; |
||||
z-index: 1101; |
||||
outline: none; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-outer { |
||||
position: relative; |
||||
width: 100%; |
||||
height: 100%; |
||||
background: #fff; |
||||
} |
||||
|
||||
#fancybox-content { |
||||
width: 0; |
||||
height: 0; |
||||
padding: 0; |
||||
outline: none; |
||||
position: relative; |
||||
overflow: hidden; |
||||
z-index: 1102; |
||||
border: 0px solid #fff; |
||||
} |
||||
|
||||
#fancybox-hide-sel-frame { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
background: transparent; |
||||
z-index: 1101; |
||||
} |
||||
|
||||
#fancybox-close { |
||||
position: absolute; |
||||
top: -15px; |
||||
right: -15px; |
||||
width: 30px; |
||||
height: 30px; |
||||
background: transparent url('../img/fancybox.png') -40px 0px; |
||||
cursor: pointer; |
||||
z-index: 1103; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-error { |
||||
color: #444; |
||||
font: normal 12px/20px Arial; |
||||
padding: 14px; |
||||
margin: 0; |
||||
} |
||||
|
||||
#fancybox-img { |
||||
width: 100%; |
||||
height: 100%; |
||||
padding: 0; |
||||
margin: 0; |
||||
border: none; |
||||
outline: none; |
||||
line-height: 0; |
||||
vertical-align: top; |
||||
} |
||||
|
||||
#fancybox-frame { |
||||
width: 100%; |
||||
height: 100%; |
||||
border: none; |
||||
display: block; |
||||
} |
||||
|
||||
#fancybox-left, #fancybox-right { |
||||
position: absolute; |
||||
bottom: 0px; |
||||
height: 100%; |
||||
width: 35%; |
||||
cursor: pointer; |
||||
outline: none; |
||||
background: transparent url('../img/blank.gif'); |
||||
z-index: 1102; |
||||
display: none; |
||||
} |
||||
|
||||
#fancybox-left { |
||||
left: 0px; |
||||
} |
||||
|
||||
#fancybox-right { |
||||
right: 0px; |
||||
} |
||||
|
||||
#fancybox-left-ico, #fancybox-right-ico { |
||||
position: absolute; |
||||
top: 50%; |
||||
left: -9999px; |
||||
width: 30px; |
||||
height: 30px; |
||||
margin-top: -15px; |
||||
cursor: pointer; |
||||
z-index: 1102; |
||||
display: block; |
||||
} |
||||
|
||||
#fancybox-left-ico { |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -30px; |
||||
} |
||||
|
||||
#fancybox-right-ico { |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -60px; |
||||
} |
||||
|
||||
#fancybox-left:hover, #fancybox-right:hover { |
||||
visibility: visible; /* IE6 */ |
||||
} |
||||
|
||||
#fancybox-left:hover span { |
||||
left: 20px; |
||||
} |
||||
|
||||
#fancybox-right:hover span { |
||||
left: auto; |
||||
right: 20px; |
||||
} |
||||
|
||||
.fancybox-bg { |
||||
position: absolute; |
||||
padding: 0; |
||||
margin: 0; |
||||
border: 0; |
||||
width: 20px; |
||||
height: 20px; |
||||
z-index: 1001; |
||||
} |
||||
|
||||
#fancybox-bg-n { |
||||
top: -20px; |
||||
left: 0; |
||||
width: 100%; |
||||
background-image: url('../img/fancybox-x.png'); |
||||
} |
||||
|
||||
#fancybox-bg-ne { |
||||
top: -20px; |
||||
right: -20px; |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -162px; |
||||
} |
||||
|
||||
#fancybox-bg-e { |
||||
top: 0; |
||||
right: -20px; |
||||
height: 100%; |
||||
background-image: url('../img/fancybox-y.png'); |
||||
background-position: -20px 0px; |
||||
} |
||||
|
||||
#fancybox-bg-se { |
||||
bottom: -20px; |
||||
right: -20px; |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -182px; |
||||
} |
||||
|
||||
#fancybox-bg-s { |
||||
bottom: -20px; |
||||
left: 0; |
||||
width: 100%; |
||||
background-image: url('../img/fancybox-x.png'); |
||||
background-position: 0px -20px; |
||||
} |
||||
|
||||
#fancybox-bg-sw { |
||||
bottom: -20px; |
||||
left: -20px; |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -142px; |
||||
} |
||||
|
||||
#fancybox-bg-w { |
||||
top: 0; |
||||
left: -20px; |
||||
height: 100%; |
||||
background-image: url('../img/fancybox-y.png'); |
||||
} |
||||
|
||||
#fancybox-bg-nw { |
||||
top: -20px; |
||||
left: -20px; |
||||
background-image: url('../img/fancybox.png'); |
||||
background-position: -40px -122px; |
||||
} |
||||
|
||||
#fancybox-title { |
||||
font-family: Helvetica; |
||||
font-size: 12px; |
||||
z-index: 1102; |
||||
} |
||||
|
||||
.fancybox-title-inside { |
||||
padding-bottom: 10px; |
||||
text-align: center; |
||||
color: #333; |
||||
background: #fff; |
||||
position: relative; |
||||
} |
||||
|
||||
.fancybox-title-outside { |
||||
padding-top: 10px; |
||||
color: #fff; |
||||
} |
||||
|
||||
.fancybox-title-over { |
||||
position: absolute; |
||||
bottom: 0; |
||||
left: 0; |
||||
color: #FFF; |
||||
text-align: left; |
||||
} |
||||
|
||||
#fancybox-title-over { |
||||
padding: 10px; |
||||
background-image: url('../img/fancybox/fancy_title_over.png'); |
||||
display: block; |
||||
} |
||||
|
||||
.fancybox-title-float { |
||||
position: absolute; |
||||
left: 0; |
||||
bottom: -20px; |
||||
height: 32px; |
||||
} |
||||
|
||||
#fancybox-title-float-wrap { |
||||
border: none; |
||||
border-collapse: collapse; |
||||
width: auto; |
||||
} |
||||
|
||||
#fancybox-title-float-wrap td { |
||||
border: none; |
||||
white-space: nowrap; |
||||
} |
||||
|
||||
#fancybox-title-float-left { |
||||
padding: 0 0 0 15px; |
||||
background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat; |
||||
} |
||||
|
||||
#fancybox-title-float-main { |
||||
color: #FFF; |
||||
line-height: 29px; |
||||
font-weight: bold; |
||||
padding: 0 0 3px 0; |
||||
background: url('../img/fancybox/fancybox-x.png') 0px -40px; |
||||
} |
||||
|
||||
#fancybox-title-float-right { |
||||
padding: 0 0 0 15px; |
||||
background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat; |
||||
} |
||||
|
||||
/* IE6 */ |
||||
|
||||
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); } |
||||
|
||||
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); } |
||||
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); } |
||||
|
||||
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; } |
||||
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); } |
||||
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); } |
||||
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); } |
||||
|
||||
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { |
||||
height: expression(this.parentNode.clientHeight + "px"); |
||||
} |
||||
|
||||
#fancybox-loading.fancybox-ie6 { |
||||
position: absolute; margin-top: 0; |
||||
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); |
||||
} |
||||
|
||||
#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } |
||||
|
||||
/* IE6, IE7, IE8 */ |
||||
|
||||
.fancybox-ie .fancybox-bg { background: transparent !important; } |
||||
|
||||
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); } |
||||
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); } |
||||
@ -1,32 +0,0 @@ |
||||
#lightbox_overlay{ |
||||
position:fixed; |
||||
display:none; |
||||
height:100%; |
||||
width:100%; |
||||
top:0px; |
||||
left:0px; |
||||
opacity:0.5; |
||||
filter: alpha(opacity = 50); |
||||
background-color:black; |
||||
z-index:9999; |
||||
} |
||||
|
||||
#lightbox{ |
||||
position:fixed; |
||||
display:none; |
||||
max-height:90%; |
||||
max-width:90%; |
||||
top:10px; |
||||
margin-left:auto; |
||||
margin-right:auto; |
||||
z-index:9999; |
||||
} |
||||
|
||||
#lightbox_loader{ |
||||
text-align:center; |
||||
position:fixed; |
||||
top: 40%; |
||||
left: 50%; |
||||
color:white; |
||||
} |
||||
#lightbox_loader img { margin-right: 1em;} |
||||
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 107 B |
|
After Width: | Height: | Size: 106 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 111 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 103 B |
|
After Width: | Height: | Size: 503 B |
|
After Width: | Height: | Size: 96 B |
|
After Width: | Height: | Size: 70 B |
|
After Width: | Height: | Size: 506 B |
|
After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 176 B |
|
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,46 @@ |
||||
/* |
||||
* FancyBox - jQuery Plugin |
||||
* Simple and fancy lightbox alternative |
||||
* |
||||
* Examples and documentation at: http://fancybox.net
|
||||
*
|
||||
* Copyright (c) 2008 - 2010 Janis Skarnelis |
||||
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. |
||||
*
|
||||
* Version: 1.3.4 (11/11/2010) |
||||
* Requires: jQuery v1.3+ |
||||
* |
||||
* Dual licensed under the MIT and GPL licenses: |
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*/ |
||||
|
||||
;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>'); |
||||
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)|| |
||||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick= |
||||
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel", |
||||
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+ |
||||
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win== |
||||
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+ |
||||
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor, |
||||
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length? |
||||
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding}); |
||||
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height== |
||||
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents()); |
||||
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode== |
||||
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto"); |
||||
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j); |
||||
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c); |
||||
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type== |
||||
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"), |
||||
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)}; |
||||
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k= |
||||
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+ |
||||
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h= |
||||
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1; |
||||
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5- |
||||
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f); |
||||
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()}); |
||||
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}}; |
||||
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing", |
||||
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery); |
||||
@ -0,0 +1,14 @@ |
||||
/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) |
||||
* Licensed under the MIT License (LICENSE.txt). |
||||
* |
||||
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
|
||||
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
|
||||
* Thanks to: Seamus Leahy for adding deltaX and deltaY |
||||
* |
||||
* Version: 3.0.4 |
||||
* |
||||
* Requires: 1.2.2+ |
||||
*/ |
||||
|
||||
(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a= |
||||
f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery); |
||||
|
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 106 KiB |
@ -1,5 +1,6 @@ |
||||
<?php foreach($_["breadcrumb"] as $crumb): ?> |
||||
<div class="crumb svg" data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb.png');?>")'>
|
||||
<a href="<?php echo $_['baseURL'].$crumb["dir"]; ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a>
|
||||
<?php for($i=0; $i<count($_["breadcrumb"]); $i++): |
||||
$crumb = $_["breadcrumb"][$i]; ?> |
||||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg" data-dir='<?php echo $crumb["dir"];?>' style='background-image:url("<?php echo image_path('core','breadcrumb.png');?>")'>
|
||||
<a href="<?php echo $_['baseURL'].$crumb["dir"]; ?>"><?php echo htmlspecialchars($crumb["name"]); ?></a>
|
||||
</div> |
||||
<?php endforeach; ?> |
||||
<?php endfor;?> |
||||