Changeset 3211 for pykota/trunk
- Timestamp:
- 07/23/07 21:48:30 (17 years ago)
- Location:
- pykota/trunk
- Files:
-
- 16 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r3170 r3211 137 137 print self.htmlFilterInput(" ".join(self.arguments)) 138 138 print "<br />" 139 print self.htmlOrderbyInput(self.options.get("orderby", "")) 140 print "<br />" 139 141 print self.htmlSumCheckbox(self.options.get("sum", "")) 140 142 print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) … … 165 167 """Input the optional dump filter.""" 166 168 return _("Filter") + (' : <input type="text" name="filter" size="40" value="%s" /> <em>e.g. <strong>username=jerome printername=HP2100 start=today-30</strong></em>' % (value or "")) 169 170 def htmlOrderbyInput(self, value="") : 171 """Input the optional ordering.""" 172 return _("Ordering") + (' : <input type="text" name="orderby" size="40" value="%s" /> <em>e.g. <strong>+username,-printername</strong></em>' % (value or "")) 167 173 168 174 def htmlSumCheckbox(self, checked="") : … … 187 193 if self.form.has_key("sum") : 188 194 self.options["sum"] = self.form["sum"].value 195 if self.form.has_key("orderby") : 196 self.options["orderby"] = self.form["orderby"].value 189 197 # when no authentication is done, or when the remote username 190 198 # is 'root' (even if not run as root of course), then unrestricted -
pykota/trunk/po/de/pykota.po
r3201 r3211 2790 2790 msgstr "" 2791 2791 2792 msgid "Ordering" 2793 msgstr "" 2794 2792 2795 #~ msgid "Impossible to add printer %s" 2793 2796 #~ msgstr "Unm�ch den Drucker %s hinzuzuf� -
pykota/trunk/po/el_GR/pykota.po
r3201 r3211 2777 2777 msgstr "" 2778 2778 2779 msgid "Ordering" 2780 msgstr "" 2781 2779 2782 #~ msgid "Impossible to add printer %s" 2780 2783 #~ msgstr "����������%s" -
pykota/trunk/po/es/pykota.po
r3201 r3211 2820 2820 msgstr "" 2821 2821 2822 msgid "Ordering" 2823 msgstr "" 2824 2822 2825 #~ msgid "Impossible to add printer %s" 2823 2826 #~ msgstr "Imposible a�r la impresora %s" -
pykota/trunk/po/fr/pykota.po
r3201 r3211 4160 4160 msgstr "" 4161 4161 "Le co�act d'un travail d'impression ne peut �e d�rmin�ue pour un " 4162 4163 msgid "Ordering" 4164 msgstr "Ordre de tri" -
pykota/trunk/po/it/pykota.po
r3201 r3211 2786 2786 msgstr "" 2787 2787 2788 msgid "Ordering" 2789 msgstr "" 2790 2788 2791 #~ msgid "Impossible to add printer %s" 2789 2792 #~ msgstr "Impossibile aggiungere la stampante %s" -
pykota/trunk/po/nb_NO/pykota.po
r3201 r3211 2782 2782 msgstr "" 2783 2783 2784 msgid "Ordering" 2785 msgstr "" 2786 2784 2787 #~ msgid "Impossible to add printer %s" 2785 2788 #~ msgstr "Ikke mulig �egge til skriver %s" -
pykota/trunk/po/pl/pykota.po
r3201 r3211 3397 3397 "u�ytkownika. Prosz�pr�a�onownie po zalogowaniu." 3398 3398 3399 msgid "Ordering" 3400 msgstr "" 3401 3399 3402 #~ msgid "" 3400 3403 #~ "autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" -
pykota/trunk/po/pt_BR/pykota.po
r3201 r3211 2775 2775 msgstr "" 2776 2776 2777 msgid "Ordering" 2778 msgstr "" 2779 2777 2780 #~ msgid "Impossible to add printer %s" 2778 2781 #~ msgstr "Imposivel adicionar impressora %s" -
pykota/trunk/po/pt/pykota.po
r3201 r3211 2780 2780 msgstr "" 2781 2781 2782 msgid "Ordering" 2783 msgstr "" 2784 2782 2785 #~ msgid "Impossible to add printer %s" 2783 2786 #~ msgstr "Foi imposs�l adicionar a impressora %s" -
pykota/trunk/po/pykota.pot
r3201 r3211 2730 2730 "Please retry while logged-in." 2731 2731 msgstr "" 2732 2733 msgid "Ordering" 2734 msgstr "" 2735 -
pykota/trunk/po/sv_SE/pykota.po
r3201 r3211 2795 2795 "anv�are. Var god och f�k igen n�du �inloggad." 2796 2796 2797 msgid "Ordering" 2798 msgstr "" 2799 2797 2800 #~ msgid "Impossible to add printer %s" 2798 2801 #~ msgstr "Om�gt att l�a till skrivare %s" -
pykota/trunk/po/th/pykota.po
r3201 r3211 2757 2757 msgstr "" 2758 2758 2759 msgid "Ordering" 2760 msgstr "" 2761 2759 2762 #~ msgid "Impossible to add printer %s" 2760 2763 #~ msgstr "���ö�ӡ����������� -
pykota/trunk/po/tr/pykota.po
r3201 r3211 2795 2795 msgstr "" 2796 2796 2797 msgid "Ordering" 2798 msgstr "" 2799 2797 2800 #~ msgid "Impossible to add printer %s" 2798 2801 #~ msgstr "%s yazıcısı eklenemez" -
pykota/trunk/po/zh_TW/pykota.po
r3201 r3211 2750 2750 msgstr "" 2751 2751 2752 msgid "Ordering" 2753 msgstr "" 2754 2752 2755 #~ msgid "Impossible to add printer %s" 2753 2756 #~ msgstr "不能加入列印機 %s"