Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <templates application="jawards" templategroups="a:1:{s:12:&quot;skin_jawards&quot;;s:5:&quot;exact&quot;;}">
  3.   <templategroup group="skin_jawards">
  4.     <template>
  5.       <template_group>skin_jawards</template_group>
  6.       <template_content><![CDATA[</table>]]></template_content>
  7.       <template_name>category_row_end</template_name>
  8.       <template_data><![CDATA[$data=""]]></template_data>
  9.       <template_updated>1346102102</template_updated>
  10.       <template_removable>0</template_removable>
  11.       <template_user_added>0</template_user_added>
  12.       <template_user_edited>0</template_user_edited>
  13.       <template_master_key>xmlskin</template_master_key>
  14.     </template>
  15.     <template>
  16.       <template_group>skin_jawards</template_group>
  17.       <template_content><![CDATA[<div class='maintitle'>{$data['title']}</div>
  18.    <table class="ipb_table">
  19. <tr class='header'>
  20.     <td align='center' class="jawards_head jawards_hdrawards">Award</td>
  21.     <td class="jawards_head jawards_hdrdesc">Description</td>
  22.     <td class="jawards_head jawards_hdrstats">Statistics</td>
  23. </tr>]]></template_content>
  24.       <template_name>category_row_start</template_name>
  25.       <template_data><![CDATA[$data=""]]></template_data>
  26.       <template_updated>1346102102</template_updated>
  27.       <template_removable>0</template_removable>
  28.       <template_user_added>0</template_user_added>
  29.       <template_user_edited>0</template_user_edited>
  30.       <template_master_key>xmlskin</template_master_key>
  31.     </template>
  32.     <template>
  33.       <template_group>skin_jawards</template_group>
  34.       <template_content><![CDATA[<form name="giveAward_public" method="post" action="{$this->settings['base_url']}app=jawards&do=award&mid={$member['member_id']}&submit=true">
  35. <h2 class="maintitle">{$this->lang->words['give_award_title']} {$member['members_display_name']}</h2>
  36. <div class="ipsBox">
  37. {$this->lang->words['give_award_msg']}
  38. <div class="ipsBox">
  39.  <div class="ipsBox_container">
  40.    <table class="ipb_table">
  41.      <tr>
  42.         <td width='35%'>
  43.           <strong>{$this->lang->words['choose_award']}</strong>
  44.         </td>
  45.         <td>
  46.          <select name='award'>
  47.          <if test="count($options)">
  48.            <foreach loop="$options as $id => $label">
  49.              <option value='{$id}'>{$label}</option>
  50.            </foreach>
  51.          </select>
  52.          </if>
  53.        </td>
  54.       </tr>
  55.       <tr>
  56.         <td><strong>{$this->lang->words['enter_award_notes']}</strong></td>
  57.         <td>
  58.          <textarea name='notes' style='width:400px' rows='5'></textarea>
  59.        </td>
  60.       </tr>
  61.     </table>
  62.    <fieldset class="submit">
  63.      <input type="submit" value="{$this->lang->words['give_award_continue']}" class="input_submit" />
  64.    </fieldset>
  65.  </div>
  66. </div>
  67. </div>
  68. </form>]]></template_content>
  69.       <template_name>giveAward_form</template_name>
  70.       <template_data>$member, $options</template_data>
  71.       <template_updated>1346102102</template_updated>
  72.       <template_removable>0</template_removable>
  73.       <template_user_added>0</template_user_added>
  74.       <template_user_edited>0</template_user_edited>
  75.       <template_master_key>xmlskin</template_master_key>
  76.     </template>
  77.     <template>
  78.       <template_group>skin_jawards</template_group>
  79.       <template_content><![CDATA[<div style='min-height:200px; height:auto !important; height:200px; '>
  80.     <h2 class="maintitle">{$this->lang->words['awarded']}</h2>
  81.     <div style='text-align: center'>
  82.     <if test="anyThere:|:count($list)">
  83.         <ul class='JLogicaAwardTable'>
  84.         <foreach loop="UserList:$list as $l">
  85.             <li><b>{$l}</b></li>
  86.         </foreach>
  87.         </ul>
  88.     </div>
  89.     <else />
  90.         <div style="text-align:center;">
  91.             <br /><br />
  92.             <h2 class='ipsType_subtitle'>{$this->lang->words['no_awards']}</h2>
  93.         </div>
  94.     </if>
  95. </div>]]></template_content>
  96.       <template_name>hoverCard</template_name>
  97.       <template_data>$list</template_data>
  98.       <template_updated>1346102102</template_updated>
  99.       <template_removable>0</template_removable>
  100.       <template_user_added>0</template_user_added>
  101.       <template_user_edited>0</template_user_edited>
  102.       <template_master_key>xmlskin</template_master_key>
  103.     </template>
  104.     <template>
  105.       <template_group>skin_jawards</template_group>
  106.       <template_content><![CDATA[<h2 class="maintitle">{$this->lang->words['title']}</h2>
  107. <div class="ipsBox">
  108.  <div class="ipsBox_container">
  109.      {$rows}
  110.  </div>
  111. </div>
  112. <script type="text/javascript">
  113. var ajaxUrl = "{parse url="app=jawards&module=ajax&section=awards&do=getAwarded&md5check={$form_hash}" base="public"}"
  114. ipb.hoverCardRegister.initialize( 'showawarded', { 'w' : '400px', 'delay': 750, 'position' : 'auto' , 'ajaxUrl' : ajaxUrl, 'getId': true, 'setIdParam': 'id' } );
  115. </script>]]></template_content>
  116.       <template_name>listings_container</template_name>
  117.       <template_data><![CDATA[$rows="", $form_hash]]></template_data>
  118.       <template_updated>1346102102</template_updated>
  119.       <template_removable>0</template_removable>
  120.       <template_user_added>0</template_user_added>
  121.       <template_user_edited>0</template_user_edited>
  122.       <template_master_key>xmlskin</template_master_key>
  123.     </template>
  124.     <template>
  125.       <template_group>skin_jawards</template_group>
  126.       <template_content><![CDATA[<tr class="{$award['class']}">
  127.  <td width="15%" align="center" class="altrow">
  128.    <input type="hidden" id="awrd_id_{$award['id']}" value="{$award['id']}" />
  129.    <img src="{$upload_url}/jawards/{$award['icon']}" />
  130.  </td>
  131.  <td>
  132.    <h3>{$award['name']}</h3>
  133.    <div class="desc">
  134.    <if test="awardDesc:|:$award['longdesc']">
  135.         {$award['longdesc']}
  136.    <else />
  137.         {$award['desc']}
  138.    </if>
  139.    </div>
  140.  </td>
  141.  <td width="25%" class="altrow" style="font-weight:bold;">
  142.     Times Awarded:
  143.    <if test="awardCount:|:$award['award_count']">
  144.         <a href="#" class="_hovertrigger" hovercard-ref="showawarded" hovercard-id="{$award['id']}">{$award['award_count']} ({$this->lang->words['view_awarded']})</a>
  145.     <else />
  146.         {$this->lang->words['no_awards']}
  147.     </if>
  148.     <br />
  149.     Last Awarded:  {parse date="$award['last_awarded']" format="long" relative="true"}
  150.     </td>
  151. </tr>]]></template_content>
  152.       <template_name>listings_row</template_name>
  153.       <template_data><![CDATA[$cat='', $award="", $upload_url=""]]></template_data>
  154.       <template_updated>1346102102</template_updated>
  155.       <template_removable>0</template_removable>
  156.       <template_user_added>0</template_user_added>
  157.       <template_user_edited>0</template_user_edited>
  158.       <template_master_key>xmlskin</template_master_key>
  159.     </template>
  160.     <template>
  161.       <template_group>skin_jawards</template_group>
  162.       <template_content><![CDATA[<div class='general_box clearfix'>
  163.        <h3>
  164.        {$data['name']}
  165.        <if test="showDesc:|:$this->settings['jacore_show_profile_desc']">
  166.           :: {$data['award_desc']}
  167.        </if>
  168.        </h3>
  169. <table>
  170.  <tr class="row2">
  171.    <td width='10%' class='altrow' align='center'><img src='{$uploadURL}/jawards/{$data['icon']}' border='0' /></td>
  172.    <td>
  173.      <if test="canRemove:|:$data['remove_option']">
  174.        <div class='right'>
  175.          {$data['remove_option']}
  176.        </div>
  177.      </if>
  178.        <if test="showNotes:|:$this->settings['jacore_show_profile_notes']">
  179.               {$data['notes']}
  180.         </if>
  181.        <if test="showLongDesc:|:$this->settings['jacore_show_profile_longdesc']">
  182.             {$data['longdesc']}
  183.         </if>
  184.      <strong>{$this->lang->words['award_given_on']}</strong> {$data['date']} <strong>{$this->lang->words['award_given_by']}</strong> {$data['given_by']}
  185.      <if test="noGivenBy:|:!$data['given_by']">
  186.        <em>{$this->lang->words['given_by_unknown']}</em>
  187.      </if>
  188.    </td>
  189.  </tr>
  190. </table>
  191. </div>]]></template_content>
  192.       <template_name>profile_award_row</template_name>
  193.       <template_data><![CDATA[$data=array(), $uploadURL=""]]></template_data>
  194.       <template_updated>1346102102</template_updated>
  195.       <template_removable>0</template_removable>
  196.       <template_user_added>0</template_user_added>
  197.       <template_user_edited>0</template_user_edited>
  198.       <template_master_key>xmlskin</template_master_key>
  199.     </template>
  200.     <template>
  201.       <template_group>skin_jawards</template_group>
  202.       <template_content><![CDATA[<h2 class='maintitle'>{$this->lang->words['awards_profile_view_title']}</h3>
  203. <div class="ipsBox">
  204.  <div class="ipsBox_container">
  205.    {$rows}
  206.  </div>
  207. </div>]]></template_content>
  208.       <template_name>profile_awards_block</template_name>
  209.       <template_data><![CDATA[$rows=""]]></template_data>
  210.       <template_updated>1346102102</template_updated>
  211.       <template_removable>0</template_removable>
  212.       <template_user_added>0</template_user_added>
  213.       <template_user_edited>0</template_user_edited>
  214.       <template_master_key>xmlskin</template_master_key>
  215.     </template>
  216.     <template>
  217.       <template_group>skin_jawards</template_group>
  218.       <template_content><![CDATA[<!--no data in this master skin-->]]></template_content>
  219.       <template_name>profile_noawards</template_name>
  220.       <template_data/>
  221.       <template_updated>1346102102</template_updated>
  222.       <template_removable>0</template_removable>
  223.       <template_user_added>0</template_user_added>
  224.       <template_user_edited>0</template_user_edited>
  225.       <template_master_key>xmlskin</template_master_key>
  226.     </template>
  227.     <template>
  228.       <template_group>skin_jawards</template_group>
  229.       <template_content><![CDATA[<!--no data in this master skin-->]]></template_content>
  230.       <template_name>profile_unawarded</template_name>
  231.       <template_data><![CDATA[$rows=array(), $uploadURL='']]></template_data>
  232.       <template_updated>1346102102</template_updated>
  233.       <template_removable>0</template_removable>
  234.       <template_user_added>0</template_user_added>
  235.       <template_user_edited>0</template_user_edited>
  236.       <template_master_key>xmlskin</template_master_key>
  237.     </template>
  238.     <template>
  239.       <template_group>skin_jawards</template_group>
  240.       <template_content><![CDATA[<div style="margin-top:10px;">
  241.  <h3><a href='{parse url="showuser={$member['member_id']}&amp;tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_achievement_post']}</a></h3>
  242.  <div class="row2" style="padding:7px;">
  243.    <foreach loop="profileawards:$awards as $a">
  244.          <if test="count:|:$a['count'] == 0">
  245.              <span style='{$a['dim']}'>
  246.          </if>
  247.          <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}'
  248.          <if test="size:|:$a['width']">
  249.              width='{$a['width']}' height='{$a['height']}'
  250.          </if>
  251.          <if test="toolTip:|:$a['toolTip']">
  252.              title='{$a['toolTip']}'
  253.          </if>
  254.          />
  255.         <if test="awardCount:|:$a['count'] > 1">
  256.             <span class='JLogicaAwardsCount'>{$a['count']}</span>
  257.         </if>
  258.          <if test="$a['count'] == 0">
  259.              </span>
  260.          </if>
  261.         {$a['hook']['settings']['padding']}
  262.    </foreach>
  263.  </div>
  264. </div>]]></template_content>
  265.       <template_name>topicPost_japab</template_name>
  266.       <template_data>$awards, $member</template_data>
  267.       <template_updated>1346102102</template_updated>
  268.       <template_removable>0</template_removable>
  269.       <template_user_added>0</template_user_added>
  270.       <template_user_edited>0</template_user_edited>
  271.       <template_master_key>xmlskin</template_master_key>
  272.     </template>
  273.     <template>
  274.       <template_group>skin_jawards</template_group>
  275.       <template_content><![CDATA[<!--no data in this master skin-->]]></template_content>
  276.       <template_name>topicPost_japbd</template_name>
  277.       <template_data>$img</template_data>
  278.       <template_updated>1346102102</template_updated>
  279.       <template_removable>0</template_removable>
  280.       <template_user_added>0</template_user_added>
  281.       <template_user_edited>0</template_user_edited>
  282.       <template_master_key>xmlskin</template_master_key>
  283.     </template>
  284.     <template>
  285.       <template_group>skin_jawards</template_group>
  286.       <template_content><![CDATA[<foreach loop="profileawards:$awards as $a">
  287.      <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}'
  288.      <if test="size:|:$a['width']">
  289.          width='{$a['width']}' height='{$a['height']}'
  290.      </if>
  291.      <if test="toolTip:|:$a['toolTip']">
  292.          title='{$a['toolTip']}'
  293.      </if>
  294.      />
  295.     <if test="awardCount:|:$a['count'] > 1">
  296.         <span class='JLogicaAwardsCount'>{$a['count']}</span>
  297.     </if>
  298.     {$a['hook']['settings']['padding']}
  299. </foreach>]]></template_content>
  300.       <template_name>topicPost_jappn</template_name>
  301.       <template_data>$awards, $member</template_data>
  302.       <template_updated>1346102102</template_updated>
  303.       <template_removable>0</template_removable>
  304.       <template_user_added>0</template_user_added>
  305.       <template_user_edited>0</template_user_edited>
  306.       <template_master_key>xmlskin</template_master_key>
  307.     </template>
  308.     <template>
  309.       <template_group>skin_jawards</template_group>
  310.       <template_content><![CDATA[<div style="margin-top:10px;">
  311.  <h3><a href='{parse url="showuser={$member['member_id']}&amp;tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_title_post']}</a></h3>
  312.  <div class="row2" style="padding:7px;">
  313.    <foreach loop="profileawards:$awards as $a">
  314.          <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}'
  315.          <if test="size:|:$a['width']">
  316.              width='{$a['width']}' height='{$a['height']}'
  317.          </if>
  318.          <if test="toolTip:|:$a['toolTip']">
  319.              title='{$a['toolTip']}'
  320.          </if>
  321.          />
  322.         <if test="awardCount:|:$a['count'] > 1">
  323.             <span class='JLogicaAwardsCount'>{$a['count']}</span>
  324.         </if>
  325.         {$a['hook']['settings']['padding']}
  326.    </foreach>
  327.  </div>
  328. </div>]]></template_content>
  329.       <template_name>topicPost_View</template_name>
  330.       <template_data>$awards, $member</template_data>
  331.       <template_updated>1346102102</template_updated>
  332.       <template_removable>0</template_removable>
  333.       <template_user_added>0</template_user_added>
  334.       <template_user_edited>0</template_user_edited>
  335.       <template_master_key>xmlskin</template_master_key>
  336.     </template>
  337.     <template>
  338.       <template_group>skin_jawards</template_group>
  339.       <template_content><![CDATA[<if test="!$member['signature']">
  340. <div class="signature" align="{$awards[0]['hook']['settings']['position']}">
  341. <else />
  342. <div align="{$awards[0]['hook']['settings']['position']}">
  343. </if>
  344. <div class="_sharedMediaBbcode">
  345.  <div class="bbcode_mediaWrap" style="text-align:left;">
  346.    <div class="details" style="float:none; margin:0; margin-bottom:10px; padding:0;"><h5><a href='{parse url="showuser={$member['member_id']}&amp;tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_signature_post']}</a></h5></div><br />
  347.    <foreach loop="profileawards:$awards as $a">
  348.      <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}'
  349.      <if test="size:|:$a['width']">
  350.       width='{$a['width']}' height='{$a['height']}'
  351.      </if>
  352.      <if test="toolTip:|:$a['toolTip']">
  353.        title='{$a['toolTip']}'
  354.      </if>
  355.      />
  356.         <if test="awardCount:|:$a['count'] > 1">
  357.             <span class='JLogicaAwardsCount'>{$a['count']}</span>
  358.         </if>
  359.     {$a['hook']['settings']['padding']}
  360.    </foreach>  </div>
  361. </div>
  362. </div><br />
  363. <br />]]></template_content>
  364.       <template_name>topicSig_View</template_name>
  365.       <template_data>$awards, $member</template_data>
  366.       <template_updated>1346102102</template_updated>
  367.       <template_removable>0</template_removable>
  368.       <template_user_added>0</template_user_added>
  369.       <template_user_edited>0</template_user_edited>
  370.       <template_master_key>xmlskin</template_master_key>
  371.     </template>
  372.   </templategroup>
  373. </templates>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement