⌈⌋ ⎇ branch:  freshcode


Check-in [7095d32431]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added contact mail address alternatively.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7095d3243167449c66c08065a30453b0f33d2380
User & Date: mario 2014-11-26 23:40:30
Context
2014-11-26
23:49
Updated description. check-in: f8be0a058e user: mario tags: trunk
23:40
Added contact mail address alternatively. check-in: 7095d32431 user: mario tags: trunk
23:39
p_key_value() with configurable \S+ placeholder, used by lib/autoupdate to match exclude=1,2,3 versions. Prepared import_spool for deferred / autoupdate-injected updates. check-in: 15eed82046 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to page_flag.php.

60
61
62
63
64
65
66




67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
          just tell us.
      </p>
      
      <p>
         <form action="" method=POST enctype="multipart/form-data" accept-encoding="UTF-8">
         
             <input type=hidden name=name value="$name">




         
             <label>
                <input type=radio name=reason value=spam> It's just spam.
             </label>

             <label>
                <input type=radio name=reason value=non-english> Listing is not in English.
             </label>

             <label>
                <input type=radio name=reason value=low-quality> Low quality / formatting issues.
             </label>

             <label>
                <input type=radio name=reason value=urls> URLs are no longer working.
             </label>







>
>
>
>





<
<
<
<







60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75




76
77
78
79
80
81
82
          just tell us.
      </p>
      
      <p>
         <form action="" method=POST enctype="multipart/form-data" accept-encoding="UTF-8">
         
             <input type=hidden name=name value="$name">

             <label>
                <input type=radio name=reason value=non-english> Listing is not in English.
             </label>
         
             <label>
                <input type=radio name=reason value=spam> It's just spam.
             </label>





             <label>
                <input type=radio name=reason value=low-quality> Low quality / formatting issues.
             </label>

             <label>
                <input type=radio name=reason value=urls> URLs are no longer working.
             </label>
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
             <label>
                <input type=submit value=Submit>
             </label>

         </form>
      </p>
      
      <p>This is also a reasonable contact mechanism if you want to report another type
      of bug. For reclaiming a lost OpenID logon please preferrably contact us per mail.</p>
      
HTML;
}


include("template/bottom.php");

?>







|
|








92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
             <label>
                <input type=submit value=Submit>
             </label>

         </form>
      </p>
      
      <p>This is also a reasonable contact mechanism if you want to report any system / site bug.
      For reclaiming a disjunct OpenID logon alternatively write a mail (info#freshcode:club).</p>
      
HTML;
}


include("template/bottom.php");

?>