summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/xss_data.txt
blob: 8814284bc587d44b8ddc48826ba11fcd41620835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
modules/gallery/views/admin_advanced_settings.html.php       21  DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_advanced_settings.html.php       22  DIRTY    $var->module_name
modules/gallery/views/admin_block_log_entries.html.php       4   DIRTY_ATTR log::severity_class($entry->severity)
modules/gallery/views/admin_block_log_entries.html.php       6   DIRTY    gallery::date_time($entry->timestamp)
modules/gallery/views/admin_block_log_entries.html.php       7   DIRTY    $entry->message
modules/gallery/views/admin_block_log_entries.html.php       8   DIRTY    $entry->html
modules/gallery/views/admin_block_news.html.php              5   DIRTY_JS $entry["link"]
modules/gallery/views/admin_block_news.html.php              5   DIRTY    $entry["title"]
modules/gallery/views/admin_block_news.html.php              7   DIRTY    text::limit_words(strip_tags($entry["description"]),25);
modules/gallery/views/admin_block_photo_stream.html.php      5   DIRTY_JS $photo->url()
modules/gallery/views/admin_block_photo_stream.html.php      6   DIRTY    photo::img_dimensions($photo->width,$photo->height,72)
modules/gallery/views/admin_block_photo_stream.html.php      7   DIRTY_ATTR $photo->thumb_url()
modules/gallery/views/admin_dashboard.html.php               5   DIRTY_JS $csrf
modules/gallery/views/admin_dashboard.html.php               35  DIRTY    $blocks
modules/gallery/views/admin_graphics.html.php                24  DIRTY    newView("admin_graphics_none.html")
modules/gallery/views/admin_graphics.html.php                26  DIRTY    newView("admin_graphics_$active.html",array("tk"=>$tk->$active,"is_active"=>true))
modules/gallery/views/admin_graphics.html.php                33  DIRTY    newView("admin_graphics_$id.html",array("tk"=>$tk->$id,"is_active"=>false))
modules/gallery/views/admin_graphics_gd.html.php             2   DIRTY_ATTR $is_active?" g-selected":""
modules/gallery/views/admin_graphics_gd.html.php             2   DIRTY_ATTR $tk->installed?" g-installed-toolkit":" g-unavailable"
modules/gallery/views/admin_graphics_gd.html.php             19  DIRTY    $tk->error
modules/gallery/views/admin_graphics_graphicsmagick.html.php 2   DIRTY_ATTR $is_active?" g-selected":""
modules/gallery/views/admin_graphics_graphicsmagick.html.php 2   DIRTY_ATTR $tk->installed?"  g-installed-toolkit":" g-unavailable"
modules/gallery/views/admin_graphics_graphicsmagick.html.php 18  DIRTY    $tk->error
modules/gallery/views/admin_graphics_imagemagick.html.php    2   DIRTY_ATTR $is_active?" g-selected":""
modules/gallery/views/admin_graphics_imagemagick.html.php    2   DIRTY_ATTR $tk->installed?"  g-installed-toolkit":" g-unavailable"
modules/gallery/views/admin_graphics_imagemagick.html.php    18  DIRTY    $tk->error
modules/gallery/views/admin_identity.html.php                43  DIRTY    access::csrf_form_field()
modules/gallery/views/admin_identity.html.php                50  DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_identity.html.php                52  DIRTY    form::radio($data,$module_name,$module_name==$active)
modules/gallery/views/admin_identity_confirm.html.php        3   DIRTY    access::csrf_form_field()
modules/gallery/views/admin_identity_confirm.html.php        4   DIRTY    form::hidden("provider",$new_provider)
modules/gallery/views/admin_languages.html.php               43  DIRTY    access::csrf_form_field()
modules/gallery/views/admin_languages.html.php               60  DIRTY_ATTR (isset($installed_locales[$code]))?"g-available":""
modules/gallery/views/admin_languages.html.php               60  DIRTY_ATTR ($default_locale==$code)?" g-selected":""
modules/gallery/views/admin_languages.html.php               61  DIRTY    form::checkbox("installed_locales[]",$code,isset($installed_locales[$code]))
modules/gallery/views/admin_languages.html.php               62  DIRTY    $display_name
modules/gallery/views/admin_languages.html.php               64  DIRTY    form::radio("default_locale",$code,($default_locale==$code),((isset($installed_locales[$code]))?'':'disabled="disabled"'))
modules/gallery/views/admin_languages.html.php               109 DIRTY    $share_translations_form
modules/gallery/views/admin_maintenance.html.php             24  DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_maintenance.html.php             24  DIRTY_ATTR log::severity_class($task->severity)
modules/gallery/views/admin_maintenance.html.php             25  DIRTY_ATTR log::severity_class($task->severity)
modules/gallery/views/admin_maintenance.html.php             26  DIRTY    $task->name
modules/gallery/views/admin_maintenance.html.php             29  DIRTY    $task->description
modules/gallery/views/admin_maintenance.html.php             70  DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_maintenance.html.php             70  DIRTY_ATTR $task->state=="stalled"?"g-warning":""
modules/gallery/views/admin_maintenance.html.php             71  DIRTY_ATTR $task->state=="stalled"?"g-warning":""
modules/gallery/views/admin_maintenance.html.php             72  DIRTY    gallery::date_time($task->updated)
modules/gallery/views/admin_maintenance.html.php             75  DIRTY    $task->name
modules/gallery/views/admin_maintenance.html.php             90  DIRTY    $task->status
modules/gallery/views/admin_maintenance.html.php             141 DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_maintenance.html.php             141 DIRTY_ATTR $task->state=="success"?"g-success":"g-error"
modules/gallery/views/admin_maintenance.html.php             142 DIRTY_ATTR $task->state=="success"?"g-success":"g-error"
modules/gallery/views/admin_maintenance.html.php             143 DIRTY    gallery::date_time($task->updated)
modules/gallery/views/admin_maintenance.html.php             146 DIRTY    $task->name
modules/gallery/views/admin_maintenance.html.php             158 DIRTY    $task->status
modules/gallery/views/admin_maintenance_show_log.html.php    8   DIRTY_JS url::site("admin/maintenance/save_log/$task->id?csrf=$csrf")
modules/gallery/views/admin_maintenance_show_log.html.php    13  DIRTY    $task->name
modules/gallery/views/admin_maintenance_task.html.php        55  DIRTY    $task->name
modules/gallery/views/admin_modules.html.php                 10  DIRTY    access::csrf_form_field()
modules/gallery/views/admin_modules.html.php                 19  DIRTY_ATTR text::alternate("g-odd","g-even")
modules/gallery/views/admin_modules.html.php                 22  DIRTY    form::checkbox($data,'1',module::is_active($module_name))
modules/gallery/views/admin_modules.html.php                 24  DIRTY    $module_info->version
modules/gallery/views/admin_sidebar.html.php                 50  DIRTY    $available
modules/gallery/views/admin_sidebar.html.php                 58  DIRTY    $active
modules/gallery/views/admin_sidebar_blocks.html.php          4   DIRTY_ATTR $ref
modules/gallery/views/admin_sidebar_blocks.html.php          4   DIRTY    $text
modules/gallery/views/admin_theme_options.html.php           6   DIRTY    $form
modules/gallery/views/admin_themes.html.php                  3   DIRTY_JS url::site("admin/themes/choose")
modules/gallery/views/admin_themes.html.php                  5   DIRTY_JS $csrf
modules/gallery/views/admin_themes.html.php                  22  DIRTY    $themes[$site]->name
modules/gallery/views/admin_themes.html.php                  24  DIRTY    $themes[$site]->description
modules/gallery/views/admin_themes.html.php                  38  DIRTY    $info->name
modules/gallery/views/admin_themes.html.php                  40  DIRTY    $info->description
modules/gallery/views/admin_themes.html.php                  60  DIRTY    $themes[$admin]->name
modules/gallery/views/admin_themes.html.php                  62  DIRTY    $themes[$admin]->description
modules/gallery/views/admin_themes.html.php                  76  DIRTY    $info->name
modules/gallery/views/admin_themes.html.php                  78  DIRTY    $info->description
modules/gallery/views/admin_themes_preview.html.php          7   DIRTY_ATTR $url
modules/gallery/views/in_place_edit.html.php                 2   DIRTY    form::open($action,array("method"=>"post","id"=>"g-in-place-edit-form","class"=>"g-short-form"),$hidden)
modules/gallery/views/in_place_edit.html.php                 5   DIRTY    form::input("input",$form["input"]," class=\"textbox\"")
modules/gallery/views/in_place_edit.html.php                 12  DIRTY    form::close()
modules/gallery/views/in_place_edit.html.php                 14  DIRTY    $errors["input"]
modules/gallery/views/kohana_error_page.php                  102 DIRTY    $message
modules/gallery/views/kohana_error_page.php                  116 DIRTY    $trace
modules/gallery/views/kohana_profiler.php                    32  DIRTY    $profile->render();
modules/gallery/views/l10n_client.html.php                   21  DIRTY_ATTR $string["translation"]===""?"untranslated":"translated"
modules/gallery/views/l10n_client.html.php                   23  DIRTY    $string["source"]["one"]
modules/gallery/views/l10n_client.html.php                   24  DIRTY    $string["source"]["other"]
modules/gallery/views/l10n_client.html.php                   26  DIRTY    $string["source"]
modules/gallery/views/l10n_client.html.php                   32  DIRTY    $l10n_search_form
modules/gallery/views/l10n_client.html.php                   41  DIRTY    access::csrf_form_field()
modules/gallery/views/l10n_client.html.php                   42  DIRTY    form::hidden("l10n-message-key")
modules/gallery/views/l10n_client.html.php                   43  DIRTY    form::textarea("l10n-edit-translation","",' rows="5" class="translationField"')
modules/gallery/views/l10n_client.html.php                   46  DIRTY    form::textarea("l10n-edit-plural-translation-zero","",' rows="2"')
modules/gallery/views/l10n_client.html.php                   50  DIRTY    form::textarea("l10n-edit-plural-translation-one","",' rows="2"')
modules/gallery/views/l10n_client.html.php                   54  DIRTY    form::textarea("l10n-edit-plural-translation-two","",' rows="2"')
modules/gallery/views/l10n_client.html.php                   58  DIRTY    form::textarea("l10n-edit-plural-translation-few","",' rows="2"')
modules/gallery/views/l10n_client.html.php                   62  DIRTY    form::textarea("l10n-edit-plural-translation-many","",' rows="2"')
modules/gallery/views/l10n_client.html.php                   67  DIRTY    form::textarea("l10n-edit-plural-translation-other","",' rows="2"')
modules/gallery/views/login_ajax.html.php                    6   DIRTY_JS url::site("password/reset")
modules/gallery/views/login_ajax.html.php                    37  DIRTY    $form
modules/gallery/views/maintenance.html.php                   46  DIRTY    auth::get_login_form("login/auth_html")
modules/gallery/views/menu.html.php                          4   DIRTY    isset($menu->css_id)?"id='$menu->css_id'":""
modules/gallery/views/menu.html.php                          4   DIRTY_ATTR $menu->css_class
modules/gallery/views/menu.html.php                          6   DIRTY    $element->render()
modules/gallery/views/menu.html.php                          18  DIRTY    $element->render()
modules/gallery/views/menu_ajax_link.html.php                3   DIRTY_ATTR $menu->css_id
modules/gallery/views/menu_ajax_link.html.php                4   DIRTY_ATTR $menu->css_class
modules/gallery/views/menu_ajax_link.html.php                5   DIRTY_JS $menu->url
modules/gallery/views/menu_ajax_link.html.php                7   DIRTY    $menu->ajax_handler
modules/gallery/views/menu_dialog.html.php                   3   DIRTY_ATTR $menu->css_id
modules/gallery/views/menu_dialog.html.php                   4   DIRTY_ATTR $menu->css_class
modules/gallery/views/menu_dialog.html.php                   5   DIRTY_JS $menu->url
modules/gallery/views/menu_link.html.php                     3   DIRTY_ATTR $menu->css_id
modules/gallery/views/menu_link.html.php                     4   DIRTY_ATTR $menu->css_class
modules/gallery/views/menu_link.html.php                     5   DIRTY_JS $menu->url
modules/gallery/views/move_browse.html.php                   4   DIRTY_JS url::site("move/show_sub_tree/{$source->id}/__TARGETID__")
modules/gallery/views/move_browse.html.php                   39  DIRTY    $tree
modules/gallery/views/move_browse.html.php                   43  DIRTY    access::csrf_form_field()
modules/gallery/views/move_tree.html.php                     2   DIRTY    $parent->thumb_img(array(),25);
modules/gallery/views/move_tree.html.php                     4   DIRTY_JS $parent->id
modules/gallery/views/move_tree.html.php                     6   DIRTY_JS $parent->id
modules/gallery/views/move_tree.html.php                     8   DIRTY_ATTR $parent->id
modules/gallery/views/move_tree.html.php                     10  DIRTY_ATTR $child->id
modules/gallery/views/move_tree.html.php                     11  DIRTY    $child->thumb_img(array(),25);
modules/gallery/views/move_tree.html.php                     13  DIRTY_JS $child->id
modules/gallery/views/move_tree.html.php                     15  DIRTY_JS $child->id
modules/gallery/views/movieplayer.html.php                   2   DIRTY    html::anchor($item->file_url(true),"",$attrs)
modules/gallery/views/movieplayer.html.php                   5   DIRTY_JS $attrs["id"]
modules/gallery/views/movieplayer.html.php                   7   DIRTY_JS url::abs_file("lib/flowplayer.swf")
modules/gallery/views/movieplayer.html.php                   13  DIRTY_JS url::abs_file("lib/flowplayer.h264streaming.swf")
modules/gallery/views/permissions_browse.html.php            3   DIRTY_JS url::site("permissions/form/__ITEM__")
modules/gallery/views/permissions_browse.html.php            16  DIRTY_JS url::site("permissions/change/__CMD__/__GROUP__/__PERM__/__ITEM__?csrf=$csrf")
modules/gallery/views/permissions_browse.html.php            43  DIRTY_ATTR $parent->id
modules/gallery/views/permissions_browse.html.php            45  DIRTY_JS $parent->id
modules/gallery/views/permissions_browse.html.php            52  DIRTY_ATTR $item->id
modules/gallery/views/permissions_browse.html.php            53  DIRTY_JS $item->id
modules/gallery/views/permissions_browse.html.php            60  DIRTY    $form
modules/gallery/views/permissions_form.html.php              26  DIRTY_JS $lock->id
modules/gallery/views/permissions_form.html.php              34  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              34  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              34  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              37  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              37  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              37  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              44  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              44  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              44  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              48  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              48  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              48  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              57  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              57  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              57  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              64  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              64  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              64  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              75  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              75  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              75  DIRTY_JS $item->id
modules/gallery/views/permissions_form.html.php              80  DIRTY_JS $group->id
modules/gallery/views/permissions_form.html.php              80  DIRTY_JS $permission->id
modules/gallery/views/permissions_form.html.php              80  DIRTY_JS $item->id
modules/gallery/views/simple_uploader.html.php               20  DIRTY_JS url::file("lib/uploadify/uploadify.swf")
modules/gallery/views/simple_uploader.html.php               21  DIRTY_JS url::site("simple_uploader/add_photo/{$item->id}")
modules/gallery/views/simple_uploader.html.php               28  DIRTY_JS url::file("lib/uploadify/cancel.png")
modules/gallery/views/simple_uploader.html.php               56  DIRTY_JS t("Completed")
modules/gallery/views/upgrader.html.php                      57  DIRTY_ATTR $done?"muted":""
modules/gallery/views/upgrader.html.php                      61  DIRTY_ATTR $done?"muted":""
modules/gallery/views/upgrader.html.php                      69  DIRTY_ATTR $module->version==$module->code_version?"current":"upgradeable"
modules/gallery/views/upgrader.html.php                      70  DIRTY_ATTR $id
modules/gallery/views/upgrader.html.php                      74  DIRTY    $module->version
modules/gallery/views/upgrader.html.php                      77  DIRTY    $module->code_version
modules/gallery/views/upgrader.html.php                      99  DIRTY_ATTR $done?"muted":""
modules/gallery/views/upgrader.html.php                      102 DIRTY_ATTR $done?"muted":""
modules/gallery/views/user_languages_block.html.php          2   DIRTY    form::dropdown("g-select-session-locale",$installed_locales,$selected)