Sha256: 0ab37b094f780603c38450b6204812cf9d04d8b7708aab036b8a15a69c58f743

Contents?: true

Size: 426 Bytes

Versions: 28

Compression:

Stored size: 426 Bytes

Contents

<sp:template>
    <input type="text" name="{ @name }[val]" value="{ @formatted_value }" size="8" >
    <select name="{ @name }[unit]">
        <option value="sec" sp:attr-if="(@unit == 'sec'),selected">_(Seconds)</option>
        <option value="min" sp:attr-if="(@unit == 'min'),selected">_(Minutes)</option>
        <option value="hours" sp:attr-if="(@unit == 'hours'),selected">_(Hours)</option>
    </select>
</sp:template>

Version data entries

28 entries across 28 versions & 1 rubygems

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