edit-actions-list-section 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ##############################################################################
  2. #
  3. # File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,v $
  4. #
  5. # Purpose : Template which forms part of edit-actions-list
  6. #
  7. #
  8. # Copyright : Written by and Copyright (C) 2001 members of the
  9. # Privoxy team. https://www.privoxy.org/
  10. #
  11. # Original Author: Copyright (C) 2001 Jonathan Foster
  12. # http://www.jon-foster.co.uk/
  13. #
  14. # This program is free software; you can redistribute it
  15. # and/or modify it under the terms of the GNU General
  16. # Public License as published by the Free Software
  17. # Foundation; either version 2 of the License, or (at
  18. # your option) any later version.
  19. #
  20. # This program is distributed in the hope that it will
  21. # be useful, but WITHOUT ANY WARRANTY; without even the
  22. # implied warranty of MERCHANTABILITY or FITNESS FOR A
  23. # PARTICULAR PURPOSE. See the GNU General Public
  24. # License for more details.
  25. #
  26. # The GNU General Public License should be included with
  27. # this file. If not, you can view it at
  28. # http://www.gnu.org/copyleft/gpl.html
  29. # or write to the Free Software Foundation, Inc., 59
  30. # Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  31. #
  32. #############################################################################
  33. #
  34. # Available variables include:
  35. #
  36. # filename
  37. # ver
  38. # sectionid
  39. # urls
  40. #
  41. #############################################################################
  42. #
  43. # ** Important note: **
  44. #
  45. # It is important to keep this file small. That's why all the
  46. # identifiers in the HTML are short and cryptic. Currently, the main
  47. # edit-actions page is ~300k. Before it was optimized, it was ~550k.
  48. #
  49. #############################################################################
  50. <tr><td class="container"><a name="l@s@"></a>
  51. <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
  52. <tr class="actions"><td class="header"><a href="@user-manual@@actions-help-prefix@ACTIONS">Actions</a>:</td></tr>
  53. <tr class="actions"><td class="indentbuttons"><a href="eafu?f=@f@&amp;v=@v@&amp;s=@s@">Edit</a></td></tr>
  54. <tr class="actions"><td class="action">@actions@</td></tr>
  55. <tr class="url"><td class="header"><a href="@user-manual@@actions-help-prefix@AF-PATTERNS">URL patterns</a>:</td></tr>
  56. <tr class="url"><td class="indentbuttons"><a href="eaa?f=@f@&amp;v=@v@&amp;s=@s@" onclick="return a_p(this,@s@);">Add</a></td></tr>
  57. @urls@
  58. <tr class="adv"><td class="header">Advanced:</td></tr>
  59. <tr class="adv"><td class="indentbuttons">
  60. @if-s-prev-exists-start@<a href="eass?f=@f@&amp;v=@v@&amp;s1=@s-prev@&amp;s2=@s@#l@s-prev@">Move section up</a> &nbsp; @if-s-prev-exists-end@
  61. @if-s-next-exists-start@<a href="eass?f=@f@&amp;v=@v@&amp;s1=@s@&amp;s2=@s-next@#l@s@">Move section down</a> &nbsp; @if-s-next-exists-end@
  62. <a href="easa?f=@f@&amp;v=@v@&amp;s=@s@#l@s-next@">Insert new section below</a>
  63. @if-empty-section-start@ &nbsp; <a href="easr?f=@f@&amp;v=@v@&amp;s=@s@#l@s@">Delete whole section</a>@if-empty-section-end@
  64. </td></tr>
  65. </table>
  66. </td></tr>