Sha256: 2170b74eaf50b8890b6f933cb2f8e19919abe5ee3a2c03613b165b05c0db23be

Contents?: true

Size: 634 Bytes

Versions: 33

Compression:

Stored size: 634 Bytes

Contents

<div class="input">
    <tpl:asset type="css" src="css/file_input.css" />
    <tpl:asset type="js" src="input.js" />
    <tpl:asset type="js" src="file_input.js" />
    <div sp:if="@value && !@value.to_s.empty?">
        <a class="file-link" href="{ widget_action('view_file') }">{ @formatted_value }</a>
        <span class="clear">(<input type="checkbox" name="{ @name }[clear]"> _(Clear))</span>
    </div>
    <div class="change"><span sp:if="@value && !@value.to_s.empty?"><span class="change-label">_(Change)</span>:</span>
        <input type="file" name="{ @name }[file]" value="{ @value }" size="{ @size }">
    </div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
spiderfw-0.6.21 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.20 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.19 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.18 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.17 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.16 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.15 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.14 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.13 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.12 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.11 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.10 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.9 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.8 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.7 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.6 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.5 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.4 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.3 apps/core/forms/widgets/inputs/file_input/file_input.shtml
spiderfw-0.6.2 apps/core/forms/widgets/inputs/file_input/file_input.shtml