Advertisement
Guest User

memberlist_body

a guest
Feb 4th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. <!-- SEARCH FORM -->
  2. <h1 class="ipsType_pagetitle">Membros</h1>
  3. <!-- BEGIN switch_pagination -->
  4. <div class="paged-head clearfix">
  5. <p class="paging">{PAGINATION}</p>
  6. </div>
  7. <!-- END switch_pagination -->
  8.  
  9. <div class="ipsBox ipsVerticalTabbed ipsLayout ipsLayout_withleft ipsLayout_tinyleft clearfix">
  10. <div id="mlist_tabs" class="ipsVerticalTabbed_tabs ipsVerticalTabbed_minitabs ipsLayout_left">
  11. <ul>
  12. <li class="tab_toggle active"><a title="Todos os Membros" href="0">Todos</a></li>
  13. <li class="tab_toggle"><a title="Membros com a letra A" href="a">A</a></li>
  14. <li class="tab_toggle"><a title="Members com a letra B" href="b">B</a></li>
  15. <li class="tab_toggle"><a title="Members com a letra C" href="c">C</a></li>
  16. <li class="tab_toggle"><a title="Membros com a letra D" href="d">D</a></li>
  17. <li class="tab_toggle"><a title="Membros com a letra E" href="e">E</a></li>
  18. <li class="tab_toggle"><a title="Membros com a letra F" href="f">F</a></li>
  19. <li class="tab_toggle"><a title="Membros com a letra G" href="g">G</a></li>
  20. <li class="tab_toggle"><a title="Membros com a letra H" href="h">H</a></li>
  21. <li class="tab_toggle"><a title="Membros com a letra I" href="i">I</a></li>
  22. <li class="tab_toggle"><a title="Membros com a letra J" href="j">J</a></li>
  23. <li class="tab_toggle"><a title="Membros com a letra K" href="k">K</a></li>
  24. <li class="tab_toggle"><a title="Membros com a letra L" href="l">L</a></li>
  25. <li class="tab_toggle"><a title="Membros com a letra M" href="m">M</a></li>
  26. <li class="tab_toggle"><a title="Membros com a letra N" href="n">N</a></li>
  27. <li class="tab_toggle"><a title="Membros com a letra O" href="o">O</a></li>
  28. <li class="tab_toggle"><a title="Membros com a letra P" href="p">P</a></li>
  29. <li class="tab_toggle"><a title="Membros com a letra Q" href="q">Q</a></li>
  30. <li class="tab_toggle"><a title="Membros com a letra R" href="r">R</a></li>
  31. <li class="tab_toggle"><a title="Membros com a letra S" href="s">S</a></li>
  32. <li class="tab_toggle"><a title="Membros com a letra T" href="t">T</a></li>
  33. <li class="tab_toggle"><a title="Membros com a letra U" href="u">U</a></li>
  34. <li class="tab_toggle"><a title="Membros com a letra V" href="v">V</a></li>
  35. <li class="tab_toggle"><a title="Membros com a letra W" href="w">W</a></li>
  36. <li class="tab_toggle"><a title="Membros com a letra X" href="x">X</a></li>
  37. <li class="tab_toggle"><a title="Membros com a letra Y" href="y">Y</a></li>
  38. <li class="tab_toggle"><a title="Membros com a letra Z" href="z">Z</a></li>
  39. </ul>
  40. </div>
  41. <div class="ipsVerticalTabbed_content ipsLayout_content">
  42. <div class="maintitle ipsFilterbar clear clearfix">
  43. <ul class="ipsList_inline left">
  44. <li class="tab_toggle_horizontal active">
  45. <a title="Ver por ordem alfabetica" href="userName">Nome</a>
  46. </li>
  47. <li class="tab_toggle_horizontal">
  48. <a title="Ver por ordem de quem mais postou" href="posts">Mensagens</a>
  49. </li>
  50. <li class="tab_toggle_horizontal">
  51. <a title="Ver por ordem do dia de registro" href="joined">Data Registrado</a>
  52. </li>
  53. </ul>
  54. </div>
  55. <div id="mlist_content" class="ipsBox_container ipsPad" style="min-height: 769px;">
  56. <ul class="ipsMemberList">
  57. <!-- BEGIN memberrow -->
  58. <li class="ipsPad clearfix member_entry row1" id="member_id_">
  59. <a class="ipsUserPhotoLink left" title="View Profile" href="{memberrow.U_VIEWPROFILE}">
  60. {memberrow.AVATAR_IMG}
  61. <!--<img class="ipsUserPhoto ipsUserPhoto_medium" alt="- foto" src="">-->
  62. </a>
  63. <div class="ipsBox_withphoto">
  64. <ul class="ipsList_inline right">
  65. <li><a class="ipsButton_secondary" href="{memberrow.U_VIEWPROFILE}">Visualizar Perfil</a></li>
  66. </ul>
  67. <h3 class="ipsType_subtitle">
  68. <strong><a title="Visualizar Perfil" href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></strong>
  69. </h3>
  70. <span class="desc">
  71. Registrou-se no dia - {memberrow.JOINED}
  72. <br>
  73. Possui {memberrow.POSTS} Mensagens
  74. </span>
  75. </div>
  76. </li>
  77. <!-- END memberrow -->
  78. <!-- BEGIN switch_no_user -->
  79. <li colspan="{switch_no_user.COLSPAN_NUMBER}" class="no_messages">Nenhum Resultado</li>
  80. <!-- END switch_no_user -->
  81. </ul>
  82. </div>
  83. </div>
  84. </div>
  85. <div class="main-foot">
  86. </div>
  87. <!-- BEGIN switch_pagination -->
  88. <div class="paged-foot clearfix">
  89. <p style="float: right; font-size: 11px; color: #848484;">JScript modify. Thank you!</p>
  90. </div>
  91. <!-- END switch_pagination -->
  92.  
  93.  
  94. <script type="text/javascript">
  95. //<![CDATA[
  96. $(document).ready(function(){
  97. $(".tab_toggle:first").addClass("active").show();
  98. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  99.  
  100. $(".tab_toggle_horizontal").click(function(){
  101. $(".tab_toggle_horizontal").removeClass("active");
  102.  
  103. $(this).addClass("active");
  104.  
  105. var activeTab = $(this).find("a").attr("href");
  106. $(activeTab).fadeIn();
  107.  
  108. switch (activeTab)
  109. {
  110. case 'userName':
  111. $("#mlist_content").load("/memberlist?mode=username&order=DESC&submit=Ok&username .ipsMemberList", function() {
  112. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  113. });
  114. break;
  115. case 'posts':
  116. $("#mlist_content").load("/memberlist?mode=posts&order=DESC&submit=Ok&username .ipsMemberList", function() {
  117. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  118. });
  119. break;
  120. case 'joined':
  121. $("#mlist_content").load("/memberlist?mode=joined&order=DESC&submit=Ok&username .ipsMemberList", function() {
  122. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  123. });
  124. break;
  125. }
  126. return false;
  127. });
  128.  
  129. $(".tab_toggle").click(function(){
  130. $(".tab_toggle").removeClass("active");
  131.  
  132. $(this).addClass("active");
  133.  
  134. var activeTab = $(this).find("a").attr("href");
  135. $(activeTab).fadeIn();
  136.  
  137. switch (activeTab)
  138. {
  139. case '0':
  140. $("#mlist_content").load("/memberlist .ipsMemberList", function() {
  141. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  142. });
  143. break;
  144. default:
  145. $("#mlist_content").load("/memberlist?mode=username&order&submit=Ok&username="+activeTab+" .ipsMemberList", function() {
  146. $('.ipsUserPhotoLink.left img').addClass("ipsUserPhoto ipsUserPhoto_medium");
  147. });
  148. }
  149. return false;
  150. });
  151. });
  152. //]]>
  153. </script>
  154.  
  155. <style type="text/css">
  156. .maintitle a {
  157. color: #FFFFFF;
  158. }
  159. .pun .paged-head {
  160. margin-left: -15px;
  161. }
  162. .clear {
  163. clear: both;
  164. height: auto !important;
  165. }
  166. .no_messages {
  167. background-color: #F6F8FA;
  168. color: #1C2837;
  169. padding: 15px 10px;
  170. }
  171. #mlist_tabs {
  172. margin-top: 35px;
  173. }
  174. #mlist_tabs li a {
  175. padding: 5px 8px;
  176. }
  177. #mlist_tabs li {
  178. text-align: center;
  179. }
  180. .ipsVerticalTabbed_tabs li a {
  181. color: #8D8D8D;
  182. display: block;
  183. outline: 0 none;
  184. padding: 10px 8px;
  185. transition: background-color 0.3s ease-in-out 0s;
  186. }
  187. .ipsVerticalTabbed_content {
  188. min-height: 400px;
  189. }
  190. .ipsVerticalTabbed_tabs > ul {
  191. border-left: 1px solid #DBE4EF;
  192. border-top: 1px solid #DBE4EF;
  193. margin-top: 10px;
  194. width: 149px !important;
  195. }
  196. .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
  197. width: 49px !important;
  198. }
  199. .ipsVerticalTabbed_tabs li {
  200. background: none repeat scroll 0 0 #F6F8FB;
  201. border-bottom: 1px solid #DBE4EF;
  202. color: #808080;
  203. font-size: 13px;
  204. }
  205. .ipsVerticalTabbed_tabs li a {
  206. color: #8D8D8D;
  207. display: block;
  208. outline: 0 none;
  209. padding: 10px 8px;
  210. transition: background-color 0.3s ease-in-out 0s;
  211. }
  212. .ipsVerticalTabbed_tabs li a:hover {
  213. background: none repeat scroll 0 0 #EAEFF5;
  214. color: #808080;
  215. }
  216. .ipsVerticalTabbed_tabs li.active a {
  217. background: none repeat scroll 0 0 #FFFFFF;
  218. border-right: 1px solid #FFFFFF;
  219. color: #353535;
  220. font-weight: bold;
  221. position: relative;
  222. width: 135px;
  223. z-index: 8000;
  224. }
  225. .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  226. width: 32px;
  227. }
  228. .ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
  229. margin-left: -50px;
  230. width: 40px;
  231. }
  232. .ipsLayout .ipsLayout_left {
  233. float: left !important;
  234. margin-left: -210px;
  235. width: 200px;
  236. }
  237. .ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  238. position: relative;
  239. }
  240. .ipsLayout_content {
  241. float: left;
  242. width: 100%;
  243. }
  244. .ipsType_pagetitle, .ipsType_subtitle {
  245. color: #323232;
  246. font: 300 26px/1.3 Helvetica,Arial,sans-serif;
  247. }
  248. .ipsType_subtitle {
  249. font-size: 18px !important;
  250. }
  251. .clearfix:after {
  252. clear: both;
  253. content: ".";
  254. display: block;
  255. height: 0;
  256. visibility: hidden;
  257. }
  258. .ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
  259. padding-left: 60px;
  260. }
  261. .ipsBox {
  262. background: none repeat scroll 0 0 #EBF0F3;
  263. }
  264. .maintitle {
  265. background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;
  266. border-color: #316897;
  267. border-radius: 4px 4px 0 0;
  268. border-style: solid;
  269. border-width: 1px 1px 0;
  270. box-shadow: 0 1px 0 #528CBC inset;
  271. color: #FFFFFF;
  272. font-size: 16px;
  273. font-weight: 300;
  274. padding: 10px 10px 11px;
  275. }
  276. .left {
  277. float: left;
  278. }
  279. ol, ul {
  280. list-style: none outside none;
  281. }
  282. .ipsList_inline > li:first-child {
  283. margin-left: 0;
  284. }
  285. .ipsList_inline > li:last-child {
  286. margin-right: 0;
  287. }
  288. .ipsList_inline > li {
  289. display: inline-block;
  290. margin: 0 3px;
  291. }
  292. .ipsFilterbar li {
  293. font-size: 11px;
  294. margin: 0 15px 0 0;
  295. }
  296. .ipsFilterbar li a {
  297. color: #FFFFFF !important;
  298. opacity: 0.5;
  299. text-shadow: 0 1px 0 #0D273E;
  300. transition: all 0.3s ease-in-out 0s;
  301. }
  302. .ipsFilterbar.bar.altbar li a {
  303. color: #244156;
  304. opacity: 0.8 !important;
  305. text-shadow: none;
  306. }
  307. .ipsFilterbar:hover li a {
  308. opacity: 0.8 !important;
  309. }
  310. .ipsFilterbar li a:hover {
  311. color: #FFFFFF !important;
  312. opacity: 1 !important;
  313. }
  314. .ipsFilterbar li img {
  315. margin-top: -3px;
  316. }
  317. .ipsFilterbar li.active {
  318. opacity: 1;
  319. }
  320. .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  321. background: none repeat scroll 0 0 #244156;
  322. border-radius: 10px 10px 10px 10px;
  323. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
  324. color: ##FFFFFF !important;
  325. font-weight: bold;
  326. opacity: 1;
  327. padding: 4px 10px;
  328. }
  329. .ipsBox_container {
  330. background: none repeat scroll 0 0 #FFFFFF;
  331. border: 1px solid #DBE4EF;
  332. }
  333. .ipsBox, .ipsPad {
  334. padding: 9px;
  335. }
  336. .row1, .post_block.row1 {
  337. background-color: #FFFFFF;
  338. }
  339. .row2, .post_block.row2 {
  340. background-color: #F1F6F9;
  341. }
  342. .ipsUserPhoto_medium {
  343. height: 50px;
  344. width: 50px;
  345. }
  346. .ipsUserPhoto {
  347. background: none repeat scroll 0 0 #FFFFFF;
  348. border: 1px solid #D5D5D5 !important
  349. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  350. padding: 1px;
  351. }
  352. .ipsUserPhotoLink:hover .ipsUserPhoto {
  353. border-color: #7D7D7D !important;
  354. }
  355. .ipsUserPhoto:hover{
  356. border-color: #7D7D7D !important;
  357. }
  358. .ipsBox_withphoto {
  359. margin-left: 65px;
  360. }
  361. .right {
  362. float: right;
  363. }
  364. .ipsMemberList > li .ipsButton_secondary {
  365. margin-top: 15px;
  366. }
  367. .ipsMemberList .ipsButton_secondary {
  368. opacity: 0.3;
  369. }
  370. .ipsButton_secondary {
  371. background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
  372. border: 1px solid #DBDBDB;
  373. border-radius: 3px 3px 3px 3px;
  374. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  375. color: #616161;
  376. display: inline-block;
  377. font-size: 12px;
  378. height: 22px;
  379. line-height: 22px;
  380. padding: 0 10px;
  381. transition: all 0.2s ease-in-out 0s;
  382. white-space: nowrap;
  383. }
  384. .ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
  385. opacity: 1;
  386. }
  387. .ipsButton_secondary:hover {
  388. border-color: #9A9A9A;
  389. color: #4C4C4C;
  390. }
  391. .ipsMemberList li .reputation {
  392. margin: 5px 10px 0 0;
  393. }
  394. .reputation.zero {
  395. background: none repeat scroll 0 0 #DEDEDE;
  396. color: #6E6E6E;
  397. }
  398. .reputation.positive, .reputation.negative {
  399. color: #FFFFFF;
  400. }
  401. .reputation.positive, .members li.positive {
  402. background: none repeat scroll 0 0 #6F8F52;
  403. }
  404. .reputation {
  405. border-radius: 3px 3px 3px 3px;
  406. display: inline-block;
  407. font-weight: bold;
  408. padding: 3px 8px;
  409. }
  410. .positive {
  411. color: #6F8F52;
  412. }
  413. .ipsType_small {
  414. font-size: 12px;
  415. }
  416. .desc, .desc.blend_links a, p.posted_info {
  417. color: #777777;
  418. font-size: 12px;
  419. }
  420. .desc {
  421. margin-left: 0 !important;
  422. }
  423. -->
  424. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement